| GroupId | GroupIdorg.janusgraph |
|---|---|
| ArtifactId | ArtifactIdexample-berkeleyje |
| Version | Version0.2.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| example-berkeleyje-0.2.3.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.janusgraph/example-berkeleyje/ -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>example-berkeleyje</artifactId>
<version>0.2.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/example-berkeleyje/
implementation 'org.janusgraph:example-berkeleyje:0.2.3'
// https://jarcasting.com/artifacts/org.janusgraph/example-berkeleyje/
implementation ("org.janusgraph:example-berkeleyje:0.2.3")
'org.janusgraph:example-berkeleyje:pom:0.2.3'
<dependency org="org.janusgraph" name="example-berkeleyje" rev="0.2.3">
<artifact name="example-berkeleyje" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='example-berkeleyje', version='0.2.3')
)
libraryDependencies += "org.janusgraph" % "example-berkeleyje" % "0.2.3"
[org.janusgraph/example-berkeleyje "0.2.3"]