License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Firefly |
GroupId | GroupIdcom.fireflysource |
ArtifactId | ArtifactIdfirefly-reactive |
Version | Version5.0.0-dev6 |
Type | Typejar |
Description |
Descriptionfirefly-reactive
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-reactive-5.0.0-dev6.pom | |
firefly-reactive-5.0.0-dev6.jar | 21 KB |
firefly-reactive-5.0.0-dev6-sources.jar | 11 KB |
firefly-reactive-5.0.0-dev6-javadoc.jar | 487 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-reactive/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-reactive</artifactId>
<version>5.0.0-dev6</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-reactive/
implementation 'com.fireflysource:firefly-reactive:5.0.0-dev6'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-reactive/
implementation ("com.fireflysource:firefly-reactive:5.0.0-dev6")
'com.fireflysource:firefly-reactive:jar:5.0.0-dev6'
<dependency org="com.fireflysource" name="firefly-reactive" rev="5.0.0-dev6">
<artifact name="firefly-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-reactive', version='5.0.0-dev6')
)
libraryDependencies += "com.fireflysource" % "firefly-reactive" % "5.0.0-dev6"
[com.fireflysource/firefly-reactive "5.0.0-dev6"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
com.fireflysource : firefly-db | jar | 5.0.0-dev6 |
com.fireflysource : firefly | jar | 5.0.0-dev6 |
io.projectreactor : reactor-core | jar |
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-test | jar | |
com.fireflysource : firefly-slf4j | jar | 5.0.0-dev6 |
com.zaxxer : HikariCP | jar | 3.2.0 |
com.h2database : h2 | jar | 1.4.196 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 2.23.0 |
org.jetbrains.kotlin : kotlin-test-junit | jar | 1.3.10 |