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