MVN

org.codehaus.xsite : xsite-ant

Maven & Gradle

Jan 26, 2021
2 stars

XSite Ant

<dependency>
    <groupId>org.codehaus.xsite</groupId>
    <artifactId>xsite-ant</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.xsite : xsite-ant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4
  • Latest Beta: 1.0-beta-9

All Versions

Choose a version of org.codehaus.xsite : xsite-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
xsite-ant-1.4
1.3
xsite-ant-1.3
1.2.x
xsite-ant-1.2.3
xsite-ant-1.2.2
xsite-ant-1.2.1
1.2
xsite-ant-1.2
1.1.x
xsite-ant-1.1.2
xsite-ant-1.1.1
1.1
xsite-ant-1.1
1.0
xsite-ant-1.0
xsite-ant-1.0-beta-9
xsite-ant-1.0-beta-8
xsite-ant-1.0-beta-7
xsite-ant-1.0-beta-6
xsite-ant-1.0-beta-5
xsite-ant-1.0-beta-4

How to add a dependency to Maven

Add the following org.codehaus.xsite : xsite-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.xsite</groupId>
    <artifactId>xsite-ant</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.xsite : xsite-ant gradle dependency to your build.gradle file:

implementation 'org.codehaus.xsite:xsite-ant:1.4'

Gradle Kotlin DSL: Add the following org.codehaus.xsite : xsite-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.xsite:xsite-ant:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.xsite : xsite-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.xsite" % "xsite-ant" % "1.4"

Advertisement