is not current version
Last Version 0.3

com.github.cloudfoundry-community:cf-java-component 0.1

Libraries for building Java based Cloud Foundry components.

Categories

Categories

Java Languages Unity Business Logic Libraries Game Development
GroupId

GroupId

com.github.cloudfoundry-community
ArtifactId

ArtifactId

cf-java-component
Version

Version

0.1
Type

Type

pom

Download cf-java-component 0.1


<!-- https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-java-component/ -->
<dependency>
    <groupId>com.github.cloudfoundry-community</groupId>
    <artifactId>cf-java-component</artifactId>
    <version>0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-java-component/
implementation 'com.github.cloudfoundry-community:cf-java-component:0.1'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-java-component/
implementation ("com.github.cloudfoundry-community:cf-java-component:0.1")
'com.github.cloudfoundry-community:cf-java-component:pom:0.1'
<dependency org="com.github.cloudfoundry-community" name="cf-java-component" rev="0.1">
  <artifact name="cf-java-component" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='cf-java-component', version='0.1')
)
libraryDependencies += "com.github.cloudfoundry-community" % "cf-java-component" % "0.1"
[com.github.cloudfoundry-community/cf-java-component "0.1"]