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