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