License |
License |
---|---|
Categories |
CategoriesJava Languages Unity Business Logic Libraries Game Development |
GroupId | GroupIdcom.github.cloudfoundry-community |
ArtifactId | ArtifactIdcf-java-component |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJava Framework for Building Cloud Foundry Components
Libraries for building Java based Cloud Foundry components.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cf-java-component-0.3.pom | 5 KB |
Browse |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-java-component/
implementation ("com.github.cloudfoundry-community:cf-java-component:0.3")
'com.github.cloudfoundry-community:cf-java-component:pom:0.3'
<dependency org="com.github.cloudfoundry-community" name="cf-java-component" rev="0.3">
<artifact name="cf-java-component" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='cf-java-component', version='0.3')
)
libraryDependencies += "com.github.cloudfoundry-community" % "cf-java-component" % "0.3"
[com.github.cloudfoundry-community/cf-java-component "0.3"]