GroupId | GroupIdcom.googlecode.blaisemath |
---|---|
ArtifactId | ArtifactIdblaise-graphtheory |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
blaise-graphtheory-2.0.8.pom | |
blaise-graphtheory-2.0.8.jar | 182 KB |
blaise-graphtheory-2.0.8-sources.jar | 121 KB |
blaise-graphtheory-2.0.8-javadoc.jar | 507 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-graphtheory/ -->
<dependency>
<groupId>com.googlecode.blaisemath</groupId>
<artifactId>blaise-graphtheory</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-graphtheory/
implementation 'com.googlecode.blaisemath:blaise-graphtheory:2.0.8'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-graphtheory/
implementation ("com.googlecode.blaisemath:blaise-graphtheory:2.0.8")
'com.googlecode.blaisemath:blaise-graphtheory:jar:2.0.8'
<dependency org="com.googlecode.blaisemath" name="blaise-graphtheory" rev="2.0.8">
<artifact name="blaise-graphtheory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='blaise-graphtheory', version='2.0.8')
)
libraryDependencies += "com.googlecode.blaisemath" % "blaise-graphtheory" % "2.0.8"
[com.googlecode.blaisemath/blaise-graphtheory "2.0.8"]