is not current version
Last Version 2.4.0.0

org.owasp.esapi:esapi 2.2.0.0

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 web site. 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.2.0.0
Type

Type

jar

Download esapi 2.2.0.0


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