| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииFirefly Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаcom.fireflysource |
| Идентификатор | Идентификаторfirefly-common |
| Последняя версия | Последняя версия5.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеfirefly-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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |