Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

esapi4java_v2_Using_Maven

Kevin W. Wall edited this page Jul 10, 2022 · 5 revisions

ESAPI is available from both Maven Central, or the ESAPI Sonatype Snapshot Repository.

Important: If you use Maven, this will not include the ESAPI Configuration Files - this only gets the required jars to run ESAPI in your application.

You can also download a zip of all the example configurations and documentation here

To use ESAPI with Maven - you can add the following to your pom.xml

If you want to use Releases from Maven Central

   <dependencies>
      <dependency>
         <groupId>org.owasp.esapi</groupId>
         <artifactId>esapi</artifactId>
         <version>latest_esapi_release_number_here</version>
      </dependency>
   </dependencies>

You can find the latest release information, including the release #, here.

Clone this wiki locally

Morty Proxy This is a proxified and sanitized view of the page, visit original site.