GroupId | GroupIdorg.cloudgraph |
---|---|
ArtifactId | ArtifactIdcloudgraph-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
cloudgraph-core-1.0.0.pom | |
cloudgraph-core-1.0.0.jar | 36 KB |
cloudgraph-core-1.0.0-sources.jar | 37 KB |
cloudgraph-core-1.0.0-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-core/ -->
<dependency>
<groupId>org.cloudgraph</groupId>
<artifactId>cloudgraph-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-core/
implementation 'org.cloudgraph:cloudgraph-core:1.0.0'
// https://jarcasting.com/artifacts/org.cloudgraph/cloudgraph-core/
implementation ("org.cloudgraph:cloudgraph-core:1.0.0")
'org.cloudgraph:cloudgraph-core:jar:1.0.0'
<dependency org="org.cloudgraph" name="cloudgraph-core" rev="1.0.0">
<artifact name="cloudgraph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudgraph', module='cloudgraph-core', version='1.0.0')
)
libraryDependencies += "org.cloudgraph" % "cloudgraph-core" % "1.0.0"
[org.cloudgraph/cloudgraph-core "1.0.0"]