MVN

com.fireflysource : firefly-framework-jdk7

Maven & Gradle

Jul 28, 2016
289 stars

Firefly Framework · 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.

<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-framework-jdk7</artifactId>
    <version>4.0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fireflysource : firefly-framework-jdk7 to add to Maven - Latest Versions:

  • Latest Stable: 4.0.3.2

All Versions

Choose a version of com.fireflysource : firefly-framework-jdk7 to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
firefly-framework-jdk7-4.0.3.2
firefly-framework-jdk7-4.0.3.1
firefly-framework-jdk7-4.0.3
firefly-framework-jdk7-4.0.2
firefly-framework-jdk7-4.0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-framework-jdk7</artifactId>
    <version>4.0.3.2</version>
</dependency>

Advertisement