is not current version
Last Version 2.0.0-beta

com.googlecode.blaisemath:firestarter 1.2.3

Provides a property sheet and associated editors for handling general Java bean objects.

GroupId

GroupId

com.googlecode.blaisemath
ArtifactId

ArtifactId

firestarter
Version

Version

1.2.3
Type

Type

jar

Download firestarter 1.2.3


<!-- https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/ -->
<dependency>
    <groupId>com.googlecode.blaisemath</groupId>
    <artifactId>firestarter</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/
implementation 'com.googlecode.blaisemath:firestarter:1.2.3'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/
implementation ("com.googlecode.blaisemath:firestarter:1.2.3")
'com.googlecode.blaisemath:firestarter:jar:1.2.3'
<dependency org="com.googlecode.blaisemath" name="firestarter" rev="1.2.3">
  <artifact name="firestarter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='firestarter', version='1.2.3')
)
libraryDependencies += "com.googlecode.blaisemath" % "firestarter" % "1.2.3"
[com.googlecode.blaisemath/firestarter "1.2.3"]