GroupId | GroupIdcom.googlecode.blaisemath |
---|---|
ArtifactId | ArtifactIdfirestarter |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
firestarter-1.2.2.pom | |
firestarter-1.2.2.jar | 125 KB |
firestarter-1.2.2-sources.jar | 71 KB |
firestarter-1.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/
implementation 'com.googlecode.blaisemath:firestarter:1.2.2'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/
implementation ("com.googlecode.blaisemath:firestarter:1.2.2")
'com.googlecode.blaisemath:firestarter:jar:1.2.2'
<dependency org="com.googlecode.blaisemath" name="firestarter" rev="1.2.2">
<artifact name="firestarter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='firestarter', version='1.2.2')
)
libraryDependencies += "com.googlecode.blaisemath" % "firestarter" % "1.2.2"
[com.googlecode.blaisemath/firestarter "1.2.2"]