b

blueprints-graph-jung

Blueprints property graphs outplementation for the JUNG (Java Universal Network/Graph Framework)
Files download
File Operation
blueprints-graph-jung-1.2.jar download
blueprints-graph-jung-1.2.pom download
blueprints-graph-jung-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tinkerpop.blueprints</groupId>
  <artifactId>blueprints-graph-jung</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.tinkerpop.blueprints:blueprints-graph-jung:1.2'
Gradle Kotlin
implementation("com.tinkerpop.blueprints:blueprints-graph-jung:1.2")
Scala SBT
libraryDependencies += "com.tinkerpop.blueprints" % "blueprints-graph-jung" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.tinkerpop.blueprints', module='blueprints-graph-jung', version='1.2')
)
Apache Ivy
<dependency org="com.tinkerpop.blueprints" name="blueprints-graph-jung" rev="1.2" />
Leiningen
[com.tinkerpop.blueprints/blueprints-graph-jung "1.2"]
Apache Buildr
'com.tinkerpop.blueprints:blueprints-graph-jung:jar:1.2'