You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pom.xml
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,30 @@
10
10
11
11
<groupId>com.cloudinary</groupId>
12
12
<artifactId>cloudinary</artifactId>
13
-
<version>0.1-SNAPSHOT</version>
13
+
<version>1.0.1</version>
14
14
<packaging>jar</packaging>
15
15
<name>Cloudinary Java Client Library</name>
16
-
<description></description>
16
+
<description>
17
+
Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.
18
+
Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software.
19
+
Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements.
20
+
Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.
0 commit comments