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