is not current version
Last Version 1.2.3

org.owasp.encoder:encoder-esapi 1.2.1

The OWASP Encoders ESAPI Thunk provides an easy way to plugin the Encoder Projects API into an implementation of ESAPI.

GroupId

GroupId

org.owasp.encoder
ArtifactId

ArtifactId

encoder-esapi
Version

Version

1.2.1
Type

Type

jar

Download encoder-esapi 1.2.1


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