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

com.fireflysource:firefly-framework 5.0.0-alpha4

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-alpha4
Тип

Тип

pom

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

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

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