| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.blaisemath |
| ArtifactId | ArtifactIdfirestarter |
| Version | Version2.0.0-beta |
| Type | Typejar |
| Description |
Descriptionfirestarter
Provides editors for various Java bean object types, and a generic, customizable PropertySheet.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| firestarter-2.0.0-beta.pom | |
| firestarter-2.0.0-beta.jar | 123 KB |
| firestarter-2.0.0-beta-sources.jar | 71 KB |
| firestarter-2.0.0-beta-javadoc.jar | 718 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/ -->
<dependency>
<groupId>com.googlecode.blaisemath</groupId>
<artifactId>firestarter</artifactId>
<version>2.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/
implementation 'com.googlecode.blaisemath:firestarter:2.0.0-beta'
// https://jarcasting.com/artifacts/com.googlecode.blaisemath/firestarter/
implementation ("com.googlecode.blaisemath:firestarter:2.0.0-beta")
'com.googlecode.blaisemath:firestarter:jar:2.0.0-beta'
<dependency org="com.googlecode.blaisemath" name="firestarter" rev="2.0.0-beta">
<artifact name="firestarter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.blaisemath', module='firestarter', version='2.0.0-beta')
)
libraryDependencies += "com.googlecode.blaisemath" % "firestarter" % "2.0.0-beta"
[com.googlecode.blaisemath/firestarter "2.0.0-beta"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.guava : guava | jar | 28.1-jre |