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