We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.