License |
License |
---|---|
Categories |
CategoriesFirefly User Interface Web Frameworks |
GroupId | GroupIdcom.fireflysource |
ArtifactId | ArtifactIdfirefly-framework |
Version | Version5.0.1 |
Type | Typepom |
Description |
DescriptionFirefly 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
firefly-framework-5.0.1.pom | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-framework</artifactId>
<version>5.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/
implementation 'com.fireflysource:firefly-framework:5.0.1'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/
implementation ("com.fireflysource:firefly-framework:5.0.1")
'com.fireflysource:firefly-framework:pom:5.0.1'
<dependency org="com.fireflysource" name="firefly-framework" rev="5.0.1">
<artifact name="firefly-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-framework', version='5.0.1')
)
libraryDependencies += "com.fireflysource" % "firefly-framework" % "5.0.1"
[com.fireflysource/firefly-framework "5.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.20 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.20 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.6.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-reactor | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.mockito : mockito-core | jar | 4.3.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-test | jar | 1.6.1 |