License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.googlecode.owasp-java-html-sanitizer |
ArtifactId | ArtifactIdparent |
Version | Version20211018.2 |
Type | Typepom |
Description |
DescriptionOWASP Java HTML Sanitizer Project Parent
A fast and easy to configure HTML Sanitizer written in Java which
lets you include HTML authored by third-parties in your web
application while protecting against XSS.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-20211018.2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/parent/ -->
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>parent</artifactId>
<version>20211018.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/parent/
implementation 'com.googlecode.owasp-java-html-sanitizer:parent:20211018.2'
// https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/parent/
implementation ("com.googlecode.owasp-java-html-sanitizer:parent:20211018.2")
'com.googlecode.owasp-java-html-sanitizer:parent:pom:20211018.2'
<dependency org="com.googlecode.owasp-java-html-sanitizer" name="parent" rev="20211018.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.owasp-java-html-sanitizer', module='parent', version='20211018.2')
)
libraryDependencies += "com.googlecode.owasp-java-html-sanitizer" % "parent" % "20211018.2"
[com.googlecode.owasp-java-html-sanitizer/parent "20211018.2"]