b

blaise-graph-theory-ui

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