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