GroupId | GroupIdio.dgraph |
---|---|
ArtifactId | ArtifactIddgraph4j |
Version | Version0.9.3 |
Type | Typejar |
Filename | Size |
---|---|
dgraph4j-0.9.3.pom | |
dgraph4j-0.9.3.jar | 218 KB |
dgraph4j-0.9.3-sources.jar | 5 KB |
dgraph4j-0.9.3-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dgraph/dgraph4j/ -->
<dependency>
<groupId>io.dgraph</groupId>
<artifactId>dgraph4j</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.dgraph/dgraph4j/
implementation 'io.dgraph:dgraph4j:0.9.3'
// https://jarcasting.com/artifacts/io.dgraph/dgraph4j/
implementation ("io.dgraph:dgraph4j:0.9.3")
'io.dgraph:dgraph4j:jar:0.9.3'
<dependency org="io.dgraph" name="dgraph4j" rev="0.9.3">
<artifact name="dgraph4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dgraph', module='dgraph4j', version='0.9.3')
)
libraryDependencies += "io.dgraph" % "dgraph4j" % "0.9.3"
[io.dgraph/dgraph4j "0.9.3"]