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