jexpresso-static-resources

A middleware component to serve static files for JExpresso web framework

Лицензия

Лицензия

Группа

Группа

de.yourinspiration
Идентификатор

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

jexpresso-static-resources
Последняя версия

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

1.1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

jexpresso-static-resources
A middleware component to serve static files for JExpresso web framework
Ссылка на сайт

Ссылка на сайт

https://github.com/Yourinspiration/jexpresso-static-resources
Организация-разработчик

Организация-разработчик

Yourinspiration
Система контроля версий

Система контроля версий

https://github.com/Yourinspiration/jexpresso-static-resources.git

Скачать jexpresso-static-resources

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/de.yourinspiration/jexpresso-static-resources/ -->
<dependency>
    <groupId>de.yourinspiration</groupId>
    <artifactId>jexpresso-static-resources</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.yourinspiration/jexpresso-static-resources/
implementation 'de.yourinspiration:jexpresso-static-resources:1.1.2'
// https://jarcasting.com/artifacts/de.yourinspiration/jexpresso-static-resources/
implementation ("de.yourinspiration:jexpresso-static-resources:1.1.2")
'de.yourinspiration:jexpresso-static-resources:jar:1.1.2'
<dependency org="de.yourinspiration" name="jexpresso-static-resources" rev="1.1.2">
  <artifact name="jexpresso-static-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.yourinspiration', module='jexpresso-static-resources', version='1.1.2')
)
libraryDependencies += "de.yourinspiration" % "jexpresso-static-resources" % "1.1.2"
[de.yourinspiration/jexpresso-static-resources "1.1.2"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
de.yourinspiration : jexpresso jar 1.1.1
com.google.guava : guava jar 17.0
commons-io : commons-io jar 2.4

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

JExpresso middleware for static resources

A middleware compenent for JExpresso application to serve static resources like files and images.

Maven

Latest stable release:

<dependency>
  <groupId>de.yourinspiration</groupId>
  <artifactId>jexpresso-static-resources</artifactId>
  <version>1.1.2</version>
</dependency>

Usage

final JExpresso app = new JExpresso();
// Serves all files inside the folder 'assets'.
// Set the second argument to false, if file caching should be disabled.
app.use(new StaticResources("assets", true));

Версии библиотеки

Версия
1.1.2
1.1.1
1.1.0
1.0.0