GroupId | GroupIdorg.janusgraph |
---|---|
ArtifactId | ArtifactIdjanusgraph-lucene |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
janusgraph-lucene-0.2.2.pom | |
janusgraph-lucene-0.2.2.jar | 23 KB |
janusgraph-lucene-0.2.2-sources.jar | 9 KB |
janusgraph-lucene-0.2.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.janusgraph/janusgraph-lucene/ -->
<dependency>
<groupId>org.janusgraph</groupId>
<artifactId>janusgraph-lucene</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-lucene/
implementation 'org.janusgraph:janusgraph-lucene:0.2.2'
// https://jarcasting.com/artifacts/org.janusgraph/janusgraph-lucene/
implementation ("org.janusgraph:janusgraph-lucene:0.2.2")
'org.janusgraph:janusgraph-lucene:jar:0.2.2'
<dependency org="org.janusgraph" name="janusgraph-lucene" rev="0.2.2">
<artifact name="janusgraph-lucene" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.janusgraph', module='janusgraph-lucene', version='0.2.2')
)
libraryDependencies += "org.janusgraph" % "janusgraph-lucene" % "0.2.2"
[org.janusgraph/janusgraph-lucene "0.2.2"]