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