is not current version
Last Version 5.0.2

com.fireflysource:firefly-framework 5.0.0-alpha13

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.

Categories

Categories

Firefly User Interface Web Frameworks
GroupId

GroupId

com.fireflysource
ArtifactId

ArtifactId

firefly-framework
Version

Version

5.0.0-alpha13
Type

Type

pom

Download firefly-framework 5.0.0-alpha13


<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/ -->
<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-framework</artifactId>
    <version>5.0.0-alpha13</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/
implementation 'com.fireflysource:firefly-framework:5.0.0-alpha13'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/
implementation ("com.fireflysource:firefly-framework:5.0.0-alpha13")
'com.fireflysource:firefly-framework:pom:5.0.0-alpha13'
<dependency org="com.fireflysource" name="firefly-framework" rev="5.0.0-alpha13">
  <artifact name="firefly-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-framework', version='5.0.0-alpha13')
)
libraryDependencies += "com.fireflysource" % "firefly-framework" % "5.0.0-alpha13"
[com.fireflysource/firefly-framework "5.0.0-alpha13"]