e

esapi

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.
http://www.esapi.org/
BSD Creative Commons 3.0 BY-SA
The Open Web Application Security Project (OWASP)
Jeff Williams Jim Manico Chris Schmidt Kevin W. Wall
Files download
File Operation
esapi-2.1.0.jar download
esapi-2.1.0.pom download
esapi-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.owasp.esapi</groupId>
  <artifactId>esapi</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.owasp.esapi:esapi:2.1.0'
Gradle Kotlin
implementation("org.owasp.esapi:esapi:2.1.0")
Scala SBT
libraryDependencies += "org.owasp.esapi" % "esapi" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.owasp.esapi', module='esapi', version='2.1.0')
)
Apache Ivy
<dependency org="org.owasp.esapi" name="esapi" rev="2.1.0" />
Leiningen
[org.owasp.esapi/esapi "2.1.0"]
Apache Buildr
'org.owasp.esapi:esapi:jar:2.1.0'