is not current version
Last Version 0.1.3

com.github.jkschneider:pappus-graph-projection 0.1.2

Pappus projects any Java object model onto a Tinkerpop compatible graph.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.jkschneider
ArtifactId

ArtifactId

pappus-graph-projection
Version

Version

0.1.2
Type

Type

jar

Download pappus-graph-projection 0.1.2


<!-- https://jarcasting.com/artifacts/com.github.jkschneider/pappus-graph-projection/ -->
<dependency>
    <groupId>com.github.jkschneider</groupId>
    <artifactId>pappus-graph-projection</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jkschneider/pappus-graph-projection/
implementation 'com.github.jkschneider:pappus-graph-projection:0.1.2'
// https://jarcasting.com/artifacts/com.github.jkschneider/pappus-graph-projection/
implementation ("com.github.jkschneider:pappus-graph-projection:0.1.2")
'com.github.jkschneider:pappus-graph-projection:jar:0.1.2'
<dependency org="com.github.jkschneider" name="pappus-graph-projection" rev="0.1.2">
  <artifact name="pappus-graph-projection" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jkschneider', module='pappus-graph-projection', version='0.1.2')
)
libraryDependencies += "com.github.jkschneider" % "pappus-graph-projection" % "0.1.2"
[com.github.jkschneider/pappus-graph-projection "0.1.2"]