micro4-maven-plugin

micro4j maven plugin

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

io.webfolder
Идентификатор

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

micro4j-maven-plugin
Последняя версия

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

1.7.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

micro4-maven-plugin
micro4j maven plugin
Организация-разработчик

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

WebFolder OÜ

Скачать micro4j-maven-plugin

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

<plugin>
    <groupId>io.webfolder</groupId>
    <artifactId>micro4j-maven-plugin</artifactId>
    <version>1.7.2</version>
</plugin>

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
org.codehaus.plexus : plexus-utils jar 3.0.24
org.attoparser : attoparser jar 2.0.4.RELEASE
com.google.javascript : closure-compiler jar v20170521
org.codehaus.plexus : plexus-compiler-api jar 2.8.2
org.sonatype.plexus : plexus-build-api jar 0.0.7
com.eclipsesource.j2v8 : j2v8_linux_x86_64 jar 4.7.1
com.squareup : javapoet jar 1.9.0
com.samskivert : jmustache jar 1.13
net.htmlparser.jericho : jericho-html jar 3.4
log4j : log4j jar 1.2.17

provided (3)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-core jar 3.3.3
org.apache.maven : maven-plugin-api jar 3.3.3
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5

test (1)

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

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

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

micro4j - JAX-RS MVC Framework

micro4j is MVC framework for JAX-RS.

MIT licensed AppVeyor Codacy Badge

Features

  • Built-in integration with PJAX.
  • CsrfFeature help prevent Cross-Site Request Forgery (CSRF) attacks.
  • Supports mustache template engine with jmustache and mustache.java.
  • Lightweight architecture, micro4j does not require external dependency except RestEasy Framework.
  • Built-in support to prevent SQL injection attacks.

Stability

This library is suitable for use in production systems.

Supported Java Versions

Oracle & OpenJDK Java 8, 11.

Both the JRE and the JDK are suitable for use with this library.

Integration with Maven

To use the official release of micro4j, please use the following snippet in your pom.xml file.

Add the following to your POM's <dependencies> tag:

<dependency>
    <groupId>io.webfolder</groupId>
    <artifactId>micro4j-mvc</artifactId>
    <version>1.8.0</version>
</dependency>

Building micro4j

mvn install

How it is tested

micro4j is regularly built and tested on appveyor.

License

Licensed under the Apache License.

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

Версия
1.7.2
1.7.1