License |
License |
---|---|
GroupId | GroupIdorg.apache.s2graph |
ArtifactId | ArtifactIds2graph-gremlin |
Version | Version0.2.0 |
Type | Typejar |
Description |
Descriptions2graph-gremlin
s2graph-gremlin
|
Project URL |
Project URL |
Project Organization |
Project Organizationorg.apache.s2graph |
Filename | Size |
---|---|
s2graph-gremlin-0.2.0.pom | |
s2graph-gremlin-0.2.0.jar | 102 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.s2graph/s2graph-gremlin/ -->
<dependency>
<groupId>org.apache.s2graph</groupId>
<artifactId>s2graph-gremlin</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.s2graph/s2graph-gremlin/
implementation 'org.apache.s2graph:s2graph-gremlin:0.2.0'
// https://jarcasting.com/artifacts/org.apache.s2graph/s2graph-gremlin/
implementation ("org.apache.s2graph:s2graph-gremlin:0.2.0")
'org.apache.s2graph:s2graph-gremlin:jar:0.2.0'
<dependency org="org.apache.s2graph" name="s2graph-gremlin" rev="0.2.0">
<artifact name="s2graph-gremlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.s2graph', module='s2graph-gremlin', version='0.2.0')
)
libraryDependencies += "org.apache.s2graph" % "s2graph-gremlin" % "0.2.0"
[org.apache.s2graph/s2graph-gremlin "0.2.0"]