Skip to content

Commit 0025a66

Browse files
Issue cloudinary#6 - add instructions on using as a maven dependency
1 parent ff93883 commit 0025a66

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,16 @@ For Java, Cloudinary provides a library for simplifying the integration even fur
1717

1818
## Setup ######################################################################
1919

20-
Download cloudinary_java from [here](https://github.com/cloudinary/cloudinary_java/tarball/master)
20+
The cloudinary_java library is available in [Maven Central](http://repo1.maven.org/maven/). To use it, add the following dependency to your pom.xml:
2121

22-
See [pom.xml](https://github.com/cloudinary/cloudinary_java/blob/master/pom.xml) for library dependencies.
22+
<dependency>
23+
<groupId>com.cloudinary</groupId>
24+
<artifactId>cloudinary</artifactId>
25+
<version>1.0.4</version>
26+
</dependency>
27+
28+
Alternatively, download cloudinary_java from [here](https://github.com/cloudinary/cloudinary_java/tarball/master)
29+
and see [pom.xml](https://github.com/cloudinary/cloudinary_java/blob/master/pom.xml) for library dependencies.
2330

2431
## Try it right away
2532

0 commit comments

Comments
 (0)