не последняя версия
Последняя версия 5.0.2

com.fireflysource:firefly-framework 5.0.0-alpha15

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 Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.fireflysource
Идентификатор

Идентификатор

firefly-framework
Версия

Версия

5.0.0-alpha15
Тип

Тип

pom

Скачать firefly-framework 5.0.0-alpha15

Имя Файла Размер
firefly-framework-5.0.0-alpha15.pom 42 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/ -->
<dependency>
    <groupId>com.fireflysource</groupId>
    <artifactId>firefly-framework</artifactId>
    <version>5.0.0-alpha15</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/
implementation 'com.fireflysource:firefly-framework:5.0.0-alpha15'
// https://jarcasting.com/artifacts/com.fireflysource/firefly-framework/
implementation ("com.fireflysource:firefly-framework:5.0.0-alpha15")
'com.fireflysource:firefly-framework:pom:5.0.0-alpha15'
<dependency org="com.fireflysource" name="firefly-framework" rev="5.0.0-alpha15">
  <artifact name="firefly-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fireflysource', module='firefly-framework', version='5.0.0-alpha15')
)
libraryDependencies += "com.fireflysource" % "firefly-framework" % "5.0.0-alpha15"
[com.fireflysource/firefly-framework "5.0.0-alpha15"]