License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdcom.github.cloudfoundry-community |
ArtifactId | ArtifactIdcf-common |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon
Code shared by multiple CF modules.
|
Filename | Size |
---|---|
cf-common-0.3.pom | |
cf-common-0.3.jar | 2 KB |
cf-common-0.3-sources.jar | 1 KB |
cf-common-0.3-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-common/ -->
<dependency>
<groupId>com.github.cloudfoundry-community</groupId>
<artifactId>cf-common</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-common/
implementation 'com.github.cloudfoundry-community:cf-common:0.3'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/cf-common/
implementation ("com.github.cloudfoundry-community:cf-common:0.3")
'com.github.cloudfoundry-community:cf-common:jar:0.3'
<dependency org="com.github.cloudfoundry-community" name="cf-common" rev="0.3">
<artifact name="cf-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='cf-common', version='0.3')
)
libraryDependencies += "com.github.cloudfoundry-community" % "cf-common" % "0.3"
[com.github.cloudfoundry-community/cf-common "0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.2.2 |