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