We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eab642 commit 4d741faCopy full SHA for 4d741fa
GETTING-STARTED.md
@@ -3,6 +3,15 @@
3
Go to [ConvertAPI Java client](https://github.com/ConvertAPI/convertapi-java) page and download JAR file.
4
Place JAR in to your project library directory.
5
6
+Library is also available in Maven.
7
+Add the following dependency to your pom.xml:
8
+```xml
9
+<dependency>
10
+ <groupId>com.convertapi.client</groupId>
11
+ <artifactId>convertapi</artifactId>
12
+ <version>2.2</version>
13
+</dependency>
14
+
15
16
#### 2.a. Simple conversion methods
17
@@ -149,4 +158,4 @@ https://www.convertapi.com/doc/supported-formats
149
158
150
159
#### 6. GitHub
151
160
152
-https://github.com/ConvertAPI/convertapi-java
161
+https://github.com/ConvertAPI/convertapi-java
0 commit comments