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