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