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