micro4-maven-plugin

micro4j maven plugin

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.webfolder
ArtifactId

ArtifactId

micro4j-maven-plugin
Last Version

Last Version

1.7.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

micro4-maven-plugin
micro4j maven plugin
Project Organization

Project Organization

WebFolder OÜ

Download micro4j-maven-plugin

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
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)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.7.2
1.7.1