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.6.jar download
blaise-graph-theory-4.0.6.pom download
blaise-graph-theory-4.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.googlecode.blaisemath</groupId>
  <artifactId>blaise-graph-theory</artifactId>
  <version>4.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.blaisemath:blaise-graph-theory:4.0.6'
Gradle Kotlin
implementation("com.googlecode.blaisemath:blaise-graph-theory:4.0.6")
Scala SBT
libraryDependencies += "com.googlecode.blaisemath" % "blaise-graph-theory" % "4.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.blaisemath', module='blaise-graph-theory', version='4.0.6')
)
Apache Ivy
<dependency org="com.googlecode.blaisemath" name="blaise-graph-theory" rev="4.0.6" />
Leiningen
[com.googlecode.blaisemath/blaise-graph-theory "4.0.6"]
Apache Buildr
'com.googlecode.blaisemath:blaise-graph-theory:jar:4.0.6'