File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments