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
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,10 @@ Add the following dependency to your pom.xml:
19
19
<dependency>
20
20
<groupId>com.convertapi.client</groupId>
21
21
<artifactId>convertapi</artifactId>
22
-
<version>2.0</version>
22
+
<version>2.1</version>
23
23
</dependency>
24
24
```
25
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