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