Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.googlecode.owasp-java-html-sanitizer |
ArtifactId | ArtifactIdaggregate |
Version | Version20160413.1 |
Type | Typepom |
Filename | Size |
---|---|
aggregate-20160413.1.pom | 726 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/aggregate/ -->
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
<artifactId>aggregate</artifactId>
<version>20160413.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/aggregate/
implementation 'com.googlecode.owasp-java-html-sanitizer:aggregate:20160413.1'
// https://jarcasting.com/artifacts/com.googlecode.owasp-java-html-sanitizer/aggregate/
implementation ("com.googlecode.owasp-java-html-sanitizer:aggregate:20160413.1")
'com.googlecode.owasp-java-html-sanitizer:aggregate:pom:20160413.1'
<dependency org="com.googlecode.owasp-java-html-sanitizer" name="aggregate" rev="20160413.1">
<artifact name="aggregate" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.owasp-java-html-sanitizer', module='aggregate', version='20160413.1')
)
libraryDependencies += "com.googlecode.owasp-java-html-sanitizer" % "aggregate" % "20160413.1"
[com.googlecode.owasp-java-html-sanitizer/aggregate "20160413.1"]