GroupId | GroupIdcom.thinkaurelius.titan |
---|---|
ArtifactId | ArtifactIdtitan-berkeleyje |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
titan-berkeleyje-0.3.0.pom | |
titan-berkeleyje-0.3.0.jar | 15 KB |
titan-berkeleyje-0.3.0-sources.jar | 6 KB |
titan-berkeleyje-0.3.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-berkeleyje/ -->
<dependency>
<groupId>com.thinkaurelius.titan</groupId>
<artifactId>titan-berkeleyje</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-berkeleyje/
implementation 'com.thinkaurelius.titan:titan-berkeleyje:0.3.0'
// https://jarcasting.com/artifacts/com.thinkaurelius.titan/titan-berkeleyje/
implementation ("com.thinkaurelius.titan:titan-berkeleyje:0.3.0")
'com.thinkaurelius.titan:titan-berkeleyje:jar:0.3.0'
<dependency org="com.thinkaurelius.titan" name="titan-berkeleyje" rev="0.3.0">
<artifact name="titan-berkeleyje" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thinkaurelius.titan', module='titan-berkeleyje', version='0.3.0')
)
libraryDependencies += "com.thinkaurelius.titan" % "titan-berkeleyje" % "0.3.0"
[com.thinkaurelius.titan/titan-berkeleyje "0.3.0"]