Download cloudfoundry-identity-common-2.4.1.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.4.1 in this page.

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials