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