c

com.adobe.granite.xssprotection

Adobe Granite bundle for providing XSS protection based on the OWASP AntiSamy and ESAPI libraries.
Files download
File Operation
com.adobe.granite.xssprotection-5.5.12.jar download
com.adobe.granite.xssprotection-5.5.12.pom download
com.adobe.granite.xssprotection-5.5.12-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.granite</groupId>
  <artifactId>com.adobe.granite.xssprotection</artifactId>
  <version>5.5.12</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.adobe.granite:com.adobe.granite.xssprotection:5.5.12'
Gradle Kotlin
implementation("com.adobe.granite:com.adobe.granite.xssprotection:5.5.12")
Scala SBT
libraryDependencies += "com.adobe.granite" % "com.adobe.granite.xssprotection" % "5.5.12"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.granite', module='com.adobe.granite.xssprotection', version='5.5.12')
)
Apache Ivy
<dependency org="com.adobe.granite" name="com.adobe.granite.xssprotection" rev="5.5.12" />
Leiningen
[com.adobe.granite/com.adobe.granite.xssprotection "5.5.12"]
Apache Buildr
'com.adobe.granite:com.adobe.granite.xssprotection:jar:5.5.12'