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