b

blueprints-graph-jung

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