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