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