| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Firefly Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.fireflysource |
| Идентификатор | Идентификаторfirefly-net |
| Версия | Версия5.0.0-alpha13 |
| Тип | Типjar |
| Описание |
Описаниеfirefly-net
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| firefly-net-5.0.0-alpha13.pom | |
| firefly-net-5.0.0-alpha13.jar | 1 MB |
| firefly-net-5.0.0-alpha13-sources.jar | 395 KB |
| firefly-net-5.0.0-alpha13-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-net/ -->
<dependency>
<groupId>com.fireflysource</groupId>
<artifactId>firefly-net</artifactId>
<version>5.0.0-alpha13</version>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-net/
implementation 'com.fireflysource:firefly-net:5.0.0-alpha13'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-net/
implementation ("com.fireflysource:firefly-net:5.0.0-alpha13")
'com.fireflysource:firefly-net:jar:5.0.0-alpha13'
<dependency org="com.fireflysource" name="firefly-net" rev="5.0.0-alpha13">
<artifact name="firefly-net" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-net', version='5.0.0-alpha13')
)
libraryDependencies += "com.fireflysource" % "firefly-net" % "5.0.0-alpha13"
[com.fireflysource/firefly-net "5.0.0-alpha13"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fireflysource : firefly-common | jar | 5.0.0-alpha13 |
| org.conscrypt : conscrypt-openjdk-uber | jar | 2.5.2 |
| org.openjsse : openjsse | jar | 1.1.6 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.21 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core-jvm | jar | 1.5.1 |
| org.jetbrains.kotlinx : kotlinx-coroutines-jdk8 | jar | 1.5.1 |
| org.jetbrains.kotlinx : kotlinx-coroutines-reactor | jar | 1.5.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fireflysource : firefly-slf4j | jar | 5.0.0-alpha13 |
| 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 | 3.8.0 |