Categories |
CategoriesFirefly User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.fireflysource |
ArtifactId | ArtifactIdfirefly-framework |
Version | Version4.9.1 |
Type | Typepom |
Filename | Size |
---|---|
firefly-framework-4.9.1.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-framework</artifactId>
<version>4.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/
implementation 'com.fireflysource:firefly-framework:4.9.1'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/
implementation ("com.fireflysource:firefly-framework:4.9.1")
'com.fireflysource:firefly-framework:pom:4.9.1'
<dependency org="com.fireflysource" name="firefly-framework" rev="4.9.1">
<artifact name="firefly-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-framework', version='4.9.1')
)
libraryDependencies += "com.fireflysource" % "firefly-framework" % "4.9.1"
[com.fireflysource/firefly-framework "4.9.1"]