не последняя версия
Последняя версия 2.4.0.0

org.owasp.esapi:esapi 2.0.1

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.

Группа

Группа

org.owasp.esapi
Идентификатор

Идентификатор

esapi
Версия

Версия

2.0.1
Тип

Тип

jar

Скачать esapi 2.0.1


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