b

blaise-graph-theory

Graph definitions and algorithms.
http://blaisemath.googlecode.com
Apache License 2.0
Elisha Peterson
Files download
File Operation
blaise-graph-theory-4.0.8.jar download
blaise-graph-theory-4.0.8.pom download
blaise-graph-theory-4.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.blaisemath</groupId>
  <artifactId>blaise-graph-theory</artifactId>
  <version>4.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.blaisemath:blaise-graph-theory:4.0.8'
Gradle Kotlin
implementation("com.googlecode.blaisemath:blaise-graph-theory:4.0.8")
Scala SBT
libraryDependencies += "com.googlecode.blaisemath" % "blaise-graph-theory" % "4.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.blaisemath', module='blaise-graph-theory', version='4.0.8')
)
Apache Ivy
<dependency org="com.googlecode.blaisemath" name="blaise-graph-theory" rev="4.0.8" />
Leiningen
[com.googlecode.blaisemath/blaise-graph-theory "4.0.8"]
Apache Buildr
'com.googlecode.blaisemath:blaise-graph-theory:jar:4.0.8'