Download cloudinary-core-1.8.1.jar file - Jar c

Jar examples for c:cloudinary-core

Description

Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website???s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.

You can download jar file cloudinary-core 1.8.1 in this page.

License

MIT

Build File

You can use the following script to add cloudinary-core-1.8.1.jar to your project.

<dependency>
   <groupId>com.cloudinary</groupId>
   <artifactId>cloudinary-core</artifactId>
   <version>1.8.1</version>
</dependency>
compile group: 'com.cloudinary', name: 'cloudinary-core', version: '1.8.1'
libraryDependencies += "com.cloudinary" % "cloudinary-core" % "1.8.1"
<dependency org="com.cloudinary" name="cloudinary-core" rev="1.8.1"/>
@Grapes(@Grab(group='com.cloudinary', module='cloudinary-core', version='1.8.1'))
'com.cloudinary:cloudinary-core:jar:1.8.1'

Download

Click the following link to download the jar file.

cloudinary-core-1.8.1-javadoc.jar
cloudinary-core-1.8.1-sources.jar
cloudinary-core-1.8.1.jar
cloudinary-core-1.8.1.pom



Related Tutorials