MVN

org.owasp.esapi.contrib : esapi-contrib-parent

Maven & Gradle

May 13, 2011

ESAPI Contributed Components Parent · This is the parent Project Object Model for all ESAPI Contributed Components. It defines MetaData that is shared between all modules.

<dependency>
    <groupId>org.owasp.esapi.contrib</groupId>
    <artifactId>esapi-contrib-parent</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.owasp.esapi.contrib : esapi-contrib-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.owasp.esapi.contrib : esapi-contrib-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
esapi-contrib-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.owasp.esapi.contrib</groupId>
    <artifactId>esapi-contrib-parent</artifactId>
    <version>1.0.0</version>
</dependency>