MVN

com.github.jkschneider : pappus-graph-projection

Maven & Gradle

Feb 14, 2014
14 stars

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

<dependency>
    <groupId>com.github.jkschneider</groupId>
    <artifactId>pappus-graph-projection</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jkschneider : pappus-graph-projection to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of com.github.jkschneider : pappus-graph-projection to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
pappus-graph-projection-0.1.3
pappus-graph-projection-0.1.2

How to add a dependency to Maven

Add the following com.github.jkschneider : pappus-graph-projection maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jkschneider</groupId>
    <artifactId>pappus-graph-projection</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jkschneider : pappus-graph-projection gradle dependency to your build.gradle file:

implementation 'com.github.jkschneider:pappus-graph-projection:0.1.3'

Gradle Kotlin DSL: Add the following com.github.jkschneider : pappus-graph-projection gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jkschneider:pappus-graph-projection:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jkschneider : pappus-graph-projection sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jkschneider" % "pappus-graph-projection" % "0.1.3"