License |
License |
---|---|
Categories |
CategoriesFirefly User Interface Web Frameworks |
GroupId | GroupIdcom.fireflysource |
ArtifactId | ArtifactIdfirefly-template |
Last Version | Last Version4.0.20 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfirefly-template
Firefly framework helps you create a java web application easy and quickly. It provides MVC framework with HTTP
Server and many other useful components for developing web applications. It means you can easy deploy your web
without any other java web containers, in short , it's containerless. It taps into the fullest potential of
hardware using SEDA architecture, a highly customizable thread model.
|
Project URL |
Project URL |
Filename | Size |
---|---|
firefly-template-4.0.20.pom | |
firefly-template-4.0.20.jar | 57 KB |
firefly-template-4.0.20-sources.jar | 25 KB |
firefly-template-4.0.20-javadoc.jar | 225 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-template/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-template</artifactId>
<version>4.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-template/
implementation 'com.fireflysource:firefly-template:4.0.20'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-template/
implementation ("com.fireflysource:firefly-template:4.0.20")
'com.fireflysource:firefly-template:jar:4.0.20'
<dependency org="com.fireflysource" name="firefly-template" rev="4.0.20">
<artifact name="firefly-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-template', version='4.0.20')
)
libraryDependencies += "com.fireflysource" % "firefly-template" % "4.0.20"
[com.fireflysource/firefly-template "4.0.20"]
Group / Artifact | Type | Version |
---|---|---|
com.fireflysource : firefly-common | jar | 4.0.20 |
org.slf4j : slf4j-api | jar | 1.7.21 |
Group / Artifact | Type | Version |
---|---|---|
com.fireflysource : firefly-slf4j | jar | 4.0.20 |
org.freemarker : freemarker | jar | 2.3.18 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |