MVN

org.owasp.antisamy : antisamy-sample-configs

Maven & Gradle

Jul 27, 2013
4 usages

OWASP AntiSamy Sample Configs

<dependency>
    <groupId>org.owasp.antisamy</groupId>
    <artifactId>antisamy-sample-configs</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.owasp.antisamy : antisamy-sample-configs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of org.owasp.antisamy : antisamy-sample-configs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
antisamy-sample-configs-1.5.3
antisamy-sample-configs-1.5.2
antisamy-sample-configs-1.5.1
1.5
antisamy-sample-configs-1.5
1.4.x
antisamy-sample-configs-1.4.5
antisamy-sample-configs-1.4.4
antisamy-sample-configs-1.4.3

How to add a dependency to Maven

Add the following org.owasp.antisamy : antisamy-sample-configs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.owasp.antisamy</groupId>
    <artifactId>antisamy-sample-configs</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.owasp.antisamy : antisamy-sample-configs gradle dependency to your build.gradle file:

implementation 'org.owasp.antisamy:antisamy-sample-configs:1.5.3'

Gradle Kotlin DSL: Add the following org.owasp.antisamy : antisamy-sample-configs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.owasp.antisamy:antisamy-sample-configs:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.owasp.antisamy : antisamy-sample-configs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.owasp.antisamy" % "antisamy-sample-configs" % "1.5.3"

Advertisement