License |
License |
---|---|
Categories |
CategoriesFirefly User Interface Web Frameworks |
GroupId | GroupIdcom.fireflysource |
ArtifactId | ArtifactIdfirefly-common |
Last Version | Last Version5.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfirefly-common
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-common-5.0.2.pom | |
firefly-common-5.0.2.jar | 195 KB |
firefly-common-5.0.2-sources.jar | 102 KB |
firefly-common-5.0.2-javadoc.jar | 776 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-common/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-common</artifactId>
<version>5.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-common/
implementation 'com.fireflysource:firefly-common:5.0.2'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-common/
implementation ("com.fireflysource:firefly-common:5.0.2")
'com.fireflysource:firefly-common:jar:5.0.2'
<dependency org="com.fireflysource" name="firefly-common" rev="5.0.2">
<artifact name="firefly-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-common', version='5.0.2')
)
libraryDependencies += "com.fireflysource" % "firefly-common" % "5.0.2"
[com.fireflysource/firefly-common "5.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.36 |
org.javassist : javassist | jar | 3.29.0-GA |
org.jctools : jctools-core | jar | 3.3.0 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.7.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.6.3 |
org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.6.3 |
org.jetbrains.kotlinx : kotlinx-coroutines-reactor | jar | 1.6.3 |
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.6.1 |
org.jetbrains.kotlinx : kotlinx-coroutines-test | jar | 1.6.3 |