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