GroupId | GroupIdcom.googlecode.blaisemath |
---|---|
ArtifactId | ArtifactIdfirestarter |
Version | Version1.2.12.1 |
Type | Typejar |
Filename | Size |
---|---|
firestarter-1.2.12.1.pom | |
firestarter-1.2.12.1.jar | 125 KB |
firestarter-1.2.12.1-sources.jar | 71 KB |
firestarter-1.2.12.1-javadoc.jar | 331 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/ -->
<dependency>
<groupId>com.googlecode.blaisemath</groupId>
<artifactId>firestarter</artifactId>
<version>1.2.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/
implementation 'com.googlecode.blaisemath:firestarter:1.2.12.1'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/
implementation ("com.googlecode.blaisemath:firestarter:1.2.12.1")
'com.googlecode.blaisemath:firestarter:jar:1.2.12.1'
<dependency org="com.googlecode.blaisemath" name="firestarter" rev="1.2.12.1">
<artifact name="firestarter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='firestarter', version='1.2.12.1')
)
libraryDependencies += "com.googlecode.blaisemath" % "firestarter" % "1.2.12.1"
[com.googlecode.blaisemath/firestarter "1.2.12.1"]