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