pukkaone / webappenhance

Java web application enhancements library. Compile JSPs on startup. Escape JSP EL values to prevent cross-site scripting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish webappenhance in public Maven repository

michaldo opened this issue · comments

Do you plan to publish webappenhace as public Maven artifact? It would be useful to simply join webappenhace to applications

The artifact is now available in the Maven Central repository. The Maven coordinates are

<dependency>
  <groupId>com.github.pukkaone</groupId>
  <artifactId>webappenhance</artifactId>
  <version>1.0.1</version>
</dependency>