Skip to content

Commit 5d8ab5c

Browse files
committed
Add maven installation to readme
1 parent 462f772 commit 5d8ab5c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,20 @@ You can get your free API secret at https://www.convertapi.com/a
1212

1313
## Installation
1414

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.
1629

1730
## Usage
1831

0 commit comments

Comments
 (0)