| Categories |
CategoriesFirefly User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.fireflysource |
| ArtifactId | ArtifactIdfirefly |
| Version | Version4.0.17 |
| Type | Typejar |
| Filename | Size |
|---|---|
| firefly-4.0.17.pom | |
| firefly-4.0.17.jar | 646 KB |
| firefly-4.0.17-sources.jar | 295 KB |
| firefly-4.0.17-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly</artifactId>
<version>4.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly/
implementation 'com.fireflysource:firefly:4.0.17'
// https://jarcasting.com/artifacts/com.fireflysource/firefly/
implementation ("com.fireflysource:firefly:4.0.17")
'com.fireflysource:firefly:jar:4.0.17'
<dependency org="com.fireflysource" name="firefly" rev="4.0.17">
<artifact name="firefly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly', version='4.0.17')
)
libraryDependencies += "com.fireflysource" % "firefly" % "4.0.17"
[com.fireflysource/firefly "4.0.17"]