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