is not current version
Last Version 5.0.2

com.fireflysource:firefly-framework 4.3.1

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

4.3.1
Type

Type

pom

Download firefly-framework 4.3.1


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