License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdcom.github.jkschneider |
ArtifactId | ArtifactIdpappus-graph-projection |
Version | Version0.1.3 |
Type | Typejar |
Description |
DescriptionPappus Graph Projection
Pappus projects any Java object model onto a Tinkerpop compatible graph.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.jkschneider/pappus-graph-projection/ -->
<dependency>
<groupId>com.github.jkschneider</groupId>
<artifactId>pappus-graph-projection</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jkschneider/pappus-graph-projection/
implementation 'com.github.jkschneider:pappus-graph-projection:0.1.3'
// https://jarcasting.com/artifacts/com.github.jkschneider/pappus-graph-projection/
implementation ("com.github.jkschneider:pappus-graph-projection:0.1.3")
'com.github.jkschneider:pappus-graph-projection:jar:0.1.3'
<dependency org="com.github.jkschneider" name="pappus-graph-projection" rev="0.1.3">
<artifact name="pappus-graph-projection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jkschneider', module='pappus-graph-projection', version='0.1.3')
)
libraryDependencies += "com.github.jkschneider" % "pappus-graph-projection" % "0.1.3"
[com.github.jkschneider/pappus-graph-projection "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 15.0 |
org.jibx : jibx-tools | jar | 1.2.5 |
com.tinkerpop.blueprints : blueprints-core | jar | 2.4.0 |
com.tinkerpop.gremlin : gremlin-groovy | jar | 2.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.carrotsearch : junit-benchmarks | jar | 0.7.2 |
com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.3.0 |
joda-time : joda-time | jar | 2.3 |