is not current version
Last Version 1.2.3

org.owasp.encoder:encoder-jsp 1.2.2

The OWASP Encoder JSP package contains JSP tag definitions and TLDs to allow easy use of the OWASP Encoder Project's core API. The TLDs contain both tag definitions and JSP EL functions.

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

org.owasp.encoder
ArtifactId

ArtifactId

encoder-jsp
Version

Version

1.2.2
Type

Type

jar

Download encoder-jsp 1.2.2


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