GroupId | GroupIdcom.googlecode.blaisemath |
---|---|
ArtifactId | ArtifactIdblaise-graph-theory |
Version | Version4.0.3 |
Type | Typejar |
Filename | Size |
---|---|
blaise-graph-theory-4.0.3.pom | |
blaise-graph-theory-4.0.3.jar | 133 KB |
blaise-graph-theory-4.0.3-sources.jar | 103 KB |
blaise-graph-theory-4.0.3-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-graph-theory/ -->
<dependency>
<groupId>com.googlecode.blaisemath</groupId>
<artifactId>blaise-graph-theory</artifactId>
<version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-graph-theory/
implementation 'com.googlecode.blaisemath:blaise-graph-theory:4.0.3'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-graph-theory/
implementation ("com.googlecode.blaisemath:blaise-graph-theory:4.0.3")
'com.googlecode.blaisemath:blaise-graph-theory:jar:4.0.3'
<dependency org="com.googlecode.blaisemath" name="blaise-graph-theory" rev="4.0.3">
<artifact name="blaise-graph-theory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='blaise-graph-theory', version='4.0.3')
)
libraryDependencies += "com.googlecode.blaisemath" % "blaise-graph-theory" % "4.0.3"
[com.googlecode.blaisemath/blaise-graph-theory "4.0.3"]