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