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