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