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