You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,20 @@ You can get your free API secret at https://www.convertapi.com/a
12
12
13
13
## Installation
14
14
15
-
Download **[latest JAR file](https://github.com/ConvertAPI/convertapi-java/releases/download/v1.3/convertapi-1.3.jar)** and place it in your project library directory.
15
+
### Maven
16
+
17
+
Add the following dependency to your pom.xml:
18
+
```xml
19
+
<dependency>
20
+
<groupId>com.convertapi.client</groupId>
21
+
<artifactId>convertapi</artifactId>
22
+
<version>2.0</version>
23
+
</dependency>
24
+
```
25
+
26
+
### Manual dependencies
27
+
28
+
Download latest JAR file from **[releases page](https://github.com/ConvertAPI/convertapi-java/releases)** and place it in your project library directory.
0 commit comments