is not current version
Last Version 1.2.3

org.owasp.encoder:encoder-parent 1.2

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.

GroupId

GroupId

org.owasp.encoder
ArtifactId

ArtifactId

encoder-parent
Version

Version

1.2
Type

Type

pom

Download encoder-parent 1.2

Filename Size
encoder-parent-1.2.pom 17 KB
Browse

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