MVN

org.apache.jspwiki : jspwiki-war

Maven & Gradle

Aug 07, 2023
3 usages
79 stars

Apache JSPWiki Main War

<dependency>
    <groupId>org.apache.jspwiki</groupId>
    <artifactId>jspwiki-war</artifactId>
    <version>2.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jspwiki : jspwiki-war to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12.1

All Versions

Choose a version of org.apache.jspwiki : jspwiki-war to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12.x
jspwiki-war-2.12.1
jspwiki-war-2.12.0
2.11.x
jspwiki-war-2.11.3
CVE-2022-46907
jspwiki-war-2.11.2
5 vulnerabilities
jspwiki-war-2.11.1
5 vulnerabilities
jspwiki-war-2.11.0
5 vulnerabilities
jspwiki-war-2.11.0.M8
4 vulnerabilities
jspwiki-war-2.11.0.M7
5 vulnerabilities
jspwiki-war-2.11.0.M6
4 vulnerabilities
jspwiki-war-2.11.0.M5
4 vulnerabilities
jspwiki-war-2.11.0.M4
8 vulnerabilities
jspwiki-war-2.11.0.M3
11 vulnerabilities
jspwiki-war-2.11.0.M2
12 vulnerabilities
jspwiki-war-2.11.0.M1
12 vulnerabilities
2.10.x
jspwiki-war-2.10.5
12 vulnerabilities
jspwiki-war-2.10.4
12 vulnerabilities
jspwiki-war-2.10.3
12 vulnerabilities
jspwiki-war-2.10.2
12 vulnerabilities
jspwiki-war-2.10.1
12 vulnerabilities
jspwiki-war-2.10.0
12 vulnerabilities

How to add a dependency to Maven

Add the following org.apache.jspwiki : jspwiki-war maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.jspwiki</groupId>
    <artifactId>jspwiki-war</artifactId>
    <version>2.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jspwiki : jspwiki-war gradle dependency to your build.gradle file:

implementation 'org.apache.jspwiki:jspwiki-war:2.12.1'

Gradle Kotlin DSL: Add the following org.apache.jspwiki : jspwiki-war gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jspwiki:jspwiki-war:2.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jspwiki : jspwiki-war sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jspwiki" % "jspwiki-war" % "2.12.1"

Advertisement