c

com.adobe.granite.xssprotection

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