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