GroupId | GroupIdcom.googlecode.blaisemath |
---|---|
ArtifactId | ArtifactIdblaise-graphtheory3 |
Version | Version3.0.9-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-graphtheory3/ -->
<dependency>
<groupId>com.googlecode.blaisemath</groupId>
<artifactId>blaise-graphtheory3</artifactId>
<version>3.0.9-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-graphtheory3/
implementation 'com.googlecode.blaisemath:blaise-graphtheory3:3.0.9-beta'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/blaise-graphtheory3/
implementation ("com.googlecode.blaisemath:blaise-graphtheory3:3.0.9-beta")
'com.googlecode.blaisemath:blaise-graphtheory3:jar:3.0.9-beta'
<dependency org="com.googlecode.blaisemath" name="blaise-graphtheory3" rev="3.0.9-beta">
<artifact name="blaise-graphtheory3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='blaise-graphtheory3', version='3.0.9-beta')
)
libraryDependencies += "com.googlecode.blaisemath" % "blaise-graphtheory3" % "3.0.9-beta"
[com.googlecode.blaisemath/blaise-graphtheory3 "3.0.9-beta"]