Last Version

Java Encoder 1.2.3

The OWASP Encoders package is a collection of high-performance low-overhead contextual encoders, that when utilized correctly, is an effective tool in preventing Web Application security vulnerabilities such as Cross-Site Scripting.

License

License

GroupId

GroupId

org.owasp.encoder
ArtifactId

ArtifactId

encoder
Version

Version

1.2.3
Type

Type

jar
Description

Description

Java Encoder
The OWASP Encoders package is a collection of high-performance low-overhead contextual encoders, that when utilized correctly, is an effective tool in preventing Web Application security vulnerabilities such as Cross-Site Scripting.
Project Organization

Project Organization

OWASP (Open Web-Application Security Project)

Download encoder 1.2.3


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.