Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.googlecode.owasp-java-html-sanitizer |
ArtifactId | ArtifactIdhtml-types |
Version | Version20160526.1 |
Type | Typejar |
Filename | Size |
---|---|
html-types-20160526.1.pom | |
html-types-20160526.1.jar | 4 KB |
html-types-20160526.1-sources.jar | 4 KB |
html-types-20160526.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/html-types/ -->
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>html-types</artifactId>
<version>20160526.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/html-types/
implementation 'com.googlecode.owasp-java-html-sanitizer:html-types:20160526.1'
// https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/html-types/
implementation ("com.googlecode.owasp-java-html-sanitizer:html-types:20160526.1")
'com.googlecode.owasp-java-html-sanitizer:html-types:jar:20160526.1'
<dependency org="com.googlecode.owasp-java-html-sanitizer" name="html-types" rev="20160526.1">
<artifact name="html-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.owasp-java-html-sanitizer', module='html-types', version='20160526.1')
)
libraryDependencies += "com.googlecode.owasp-java-html-sanitizer" % "html-types" % "20160526.1"
[com.googlecode.owasp-java-html-sanitizer/html-types "20160526.1"]