j

joraph

Java library for joining objects into a graph, JOin gRAPH
https://github.com/briandilley/joraph
The MIT License (MIT)
Brian Dilley
Files download
File Operation
joraph-1.1.jar download
joraph-1.1.pom download
joraph-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.briandilley.joraph</groupId>
  <artifactId>joraph</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.briandilley.joraph:joraph:1.1'
Gradle Kotlin
implementation("com.github.briandilley.joraph:joraph:1.1")
Scala SBT
libraryDependencies += "com.github.briandilley.joraph" % "joraph" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.briandilley.joraph', module='joraph', version='1.1')
)
Apache Ivy
<dependency org="com.github.briandilley.joraph" name="joraph" rev="1.1" />
Leiningen
[com.github.briandilley.joraph/joraph "1.1"]
Apache Buildr
'com.github.briandilley.joraph:joraph:jar:1.1'