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

com.fireflysource:firefly-framework 4.0.8

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
Версия

Версия

4.0.8
Тип

Тип

pom

Скачать firefly-framework 4.0.8

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

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