is not current version
Last Version 21.12.0

io.dgraph:dgraph4j 1.4.1

Dgraph Java Client

GroupId

GroupId

io.dgraph
ArtifactId

ArtifactId

dgraph4j
Version

Version

1.4.1
Type

Type

pom

Download dgraph4j 1.4.1


<!-- https://jarcasting.com/artifacts/io.dgraph/dgraph4j/ -->
<dependency>
    <groupId>io.dgraph</groupId>
    <artifactId>dgraph4j</artifactId>
    <version>1.4.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dgraph/dgraph4j/
implementation 'io.dgraph:dgraph4j:1.4.1'
// https://jarcasting.com/artifacts/io.dgraph/dgraph4j/
implementation ("io.dgraph:dgraph4j:1.4.1")
'io.dgraph:dgraph4j:pom:1.4.1'
<dependency org="io.dgraph" name="dgraph4j" rev="1.4.1">
  <artifact name="dgraph4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dgraph', module='dgraph4j', version='1.4.1')
)
libraryDependencies += "io.dgraph" % "dgraph4j" % "1.4.1"
[io.dgraph/dgraph4j "1.4.1"]