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