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