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