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