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