Download cloudfoundry-identity-common-2.2.4.jar file - Jar c

Jar examples for c:cloudfoundry-identity-common

Description

User Account and Authentication Service shared Java library code

You can download jar file cloudfoundry-identity-common 2.2.4 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add cloudfoundry-identity-common-2.2.4.jar to your project.

<dependency>
   <groupId>org.cloudfoundry.identity</groupId>
   <artifactId>cloudfoundry-identity-common</artifactId>
   <version>2.2.4</version>
</dependency>
compile group: 'org.cloudfoundry.identity', name: 'cloudfoundry-identity-common', version: '2.2.4'
libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-common" % "2.2.4"
<dependency org="org.cloudfoundry.identity" name="cloudfoundry-identity-common" rev="2.2.4"/>
@Grapes(@Grab(group='org.cloudfoundry.identity', module='cloudfoundry-identity-common', version='2.2.4'))
'org.cloudfoundry.identity:cloudfoundry-identity-common:jar:2.2.4'

Download

Click the following link to download the jar file.

cloudfoundry-identity-common-2.2.4-javadoc.jar
cloudfoundry-identity-common-2.2.4-sources.jar
cloudfoundry-identity-common-2.2.4.jar
cloudfoundry-identity-common-2.2.4.pom



Related Tutorials