Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.cloudgraph |
ArtifactId | ArtifactIdcloudgraph-config |
Version | Version0.6.4 |
Type | Typejar |
Filename | Size |
---|---|
cloudgraph-config-0.6.4.pom | |
cloudgraph-config-0.6.4.jar | 84 KB |
cloudgraph-config-0.6.4-sources.jar | 86 KB |
cloudgraph-config-0.6.4-javadoc.jar | 323 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-config/ -->
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-config</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-config/
implementation 'org.cloudgraph:cloudgraph-config:0.6.4'
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-config/
implementation ("org.cloudgraph:cloudgraph-config:0.6.4")
'org.cloudgraph:cloudgraph-config:jar:0.6.4'
<dependency org="org.cloudgraph" name="cloudgraph-config" rev="0.6.4">
<artifact name="cloudgraph-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudgraph', module='cloudgraph-config', version='0.6.4')
)
libraryDependencies += "org.cloudgraph" % "cloudgraph-config" % "0.6.4"
[org.cloudgraph/cloudgraph-config "0.6.4"]