Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.bitnine |
ArtifactId | ArtifactIdagensgraph-jdbc |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
agensgraph-jdbc-1.3.0.pom | |
agensgraph-jdbc-1.3.0.jar | 752 KB |
agensgraph-jdbc-1.3.0-sources.jar | 24 KB |
agensgraph-jdbc-1.3.0-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bitnine/agensgraph-jdbc/ -->
<dependency>
<groupId>net.bitnine</groupId>
<artifactId>agensgraph-jdbc</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bitnine/agensgraph-jdbc/
implementation 'net.bitnine:agensgraph-jdbc:1.3.0'
// https://jarcasting.com/artifacts/net.bitnine/agensgraph-jdbc/
implementation ("net.bitnine:agensgraph-jdbc:1.3.0")
'net.bitnine:agensgraph-jdbc:jar:1.3.0'
<dependency org="net.bitnine" name="agensgraph-jdbc" rev="1.3.0">
<artifact name="agensgraph-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bitnine', module='agensgraph-jdbc', version='1.3.0')
)
libraryDependencies += "net.bitnine" % "agensgraph-jdbc" % "1.3.0"
[net.bitnine/agensgraph-jdbc "1.3.0"]