Skip to content

Commit 4d741fa

Browse files
authored
Maven support
1 parent 1eab642 commit 4d741fa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

GETTING-STARTED.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
Go to [ConvertAPI Java client](https://github.com/ConvertAPI/convertapi-java) page and download JAR file.
44
Place JAR in to your project library directory.
55

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+
615

716
#### 2.a. Simple conversion methods
817

@@ -149,4 +158,4 @@ https://www.convertapi.com/doc/supported-formats
149158

150159
#### 6. GitHub
151160

152-
https://github.com/ConvertAPI/convertapi-java
161+
https://github.com/ConvertAPI/convertapi-java

0 commit comments

Comments
 (0)