is not current version
Last Version 2.4.0.0

org.owasp.esapi:esapi 2.0_rc11

The Enterprise Security API (ESAPI) project is an OWASP project to create simple strong security controls for every web platform. Security controls are not simple to build. You can read about the hundreds of pitfalls for unwary developers on the OWASP website. By providing developers with a set of strong controls, we aim to eliminate some of the complexity of creating secure web applications. This can result in significant cost savings across the SDLC.

GroupId

GroupId

org.owasp.esapi
ArtifactId

ArtifactId

esapi
Version

Version

2.0_rc11
Type

Type

jar

Download esapi 2.0_rc11


<!-- https://jarcasting.com/artifacts/org.owasp.esapi/esapi/ -->
<dependency>
    <groupId>org.owasp.esapi</groupId>
    <artifactId>esapi</artifactId>
    <version>2.0_rc11</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.esapi/esapi/
implementation 'org.owasp.esapi:esapi:2.0_rc11'
// https://jarcasting.com/artifacts/org.owasp.esapi/esapi/
implementation ("org.owasp.esapi:esapi:2.0_rc11")
'org.owasp.esapi:esapi:jar:2.0_rc11'
<dependency org="org.owasp.esapi" name="esapi" rev="2.0_rc11">
  <artifact name="esapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.esapi', module='esapi', version='2.0_rc11')
)
libraryDependencies += "org.owasp.esapi" % "esapi" % "2.0_rc11"
[org.owasp.esapi/esapi "2.0_rc11"]