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