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