Skip to content

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