License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdcom.github.cloudfoundry-community |
ArtifactId | ArtifactIdcf-component |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionComponent
Support for building Cloud Foundry components (/varz, /healthz, and NATS messages.)
|
Filename | Size |
---|---|
cf-component-0.3.pom | |
cf-component-0.3.jar | 29 KB |
cf-component-0.3-sources.jar | 15 KB |
cf-component-0.3-javadoc.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-component/ -->
<dependency>
<groupId>com.github.cloudfoundry-community</groupId>
<artifactId>cf-component</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-component/
implementation 'com.github.cloudfoundry-community:cf-component:0.3'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-component/
implementation ("com.github.cloudfoundry-community:cf-component:0.3")
'com.github.cloudfoundry-community:cf-component:jar:0.3'
<dependency org="com.github.cloudfoundry-community" name="cf-component" rev="0.3">
<artifact name="cf-component" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='cf-component', version='0.3')
)
libraryDependencies += "com.github.cloudfoundry-community" % "cf-component" % "0.3"
[com.github.cloudfoundry-community/cf-component "0.3"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.0.27.Final |
com.github.cloudfoundry-community : cf-nats | jar | 0.3 |
commons-codec : commons-codec | jar | 1.6 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.3.1 |