GroupId | GroupIdio.dgraph |
---|---|
ArtifactId | ArtifactIddgraph4j |
Version | Version2.1.0 |
Type | Typepom |
Filename | Size |
---|---|
dgraph4j-2.1.0.pom | |
dgraph4j-2.1.0.jar | 1 KB |
dgraph4j-2.1.0-sources.jar | 15 KB |
dgraph4j-2.1.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dgraph/dgraph4j/ -->
<dependency>
<groupId>io.dgraph</groupId>
<artifactId>dgraph4j</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dgraph/dgraph4j/
implementation 'io.dgraph:dgraph4j:2.1.0'
// https://jarcasting.com/artifacts/io.dgraph/dgraph4j/
implementation ("io.dgraph:dgraph4j:2.1.0")
'io.dgraph:dgraph4j:pom:2.1.0'
<dependency org="io.dgraph" name="dgraph4j" rev="2.1.0">
<artifact name="dgraph4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dgraph', module='dgraph4j', version='2.1.0')
)
libraryDependencies += "io.dgraph" % "dgraph4j" % "2.1.0"
[io.dgraph/dgraph4j "2.1.0"]