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