MVN

org.apache.jspwiki.it : jspwiki-it-test-custom-absolute-urls

Maven & Gradle

Aug 07, 2023
1 usages
79 stars

functional tests execution for jspwiki-it-test-custom-absolute-urls (custom auth, absolute URLs)

<dependency>
    <groupId>org.apache.jspwiki.it</groupId>
    <artifactId>jspwiki-it-test-custom-absolute-urls</artifactId>
    <version>2.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.jspwiki.it : jspwiki-it-test-custom-absolute-urls to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12.1

All Versions

Choose a version of org.apache.jspwiki.it : jspwiki-it-test-custom-absolute-urls to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12.x
jspwiki-it-test-custom-absolute-urls-2.12.1
jspwiki-it-test-custom-absolute-urls-2.12.0
2.11.x
jspwiki-it-test-custom-absolute-urls-2.11.3
jspwiki-it-test-custom-absolute-urls-2.11.2
jspwiki-it-test-custom-absolute-urls-2.11.1
jspwiki-it-test-custom-absolute-urls-2.11.0
jspwiki-it-test-custom-absolute-urls-2.11.0.M8
jspwiki-it-test-custom-absolute-urls-2.11.0.M7
jspwiki-it-test-custom-absolute-urls-2.11.0.M6
jspwiki-it-test-custom-absolute-urls-2.11.0.M5
jspwiki-it-test-custom-absolute-urls-2.11.0.M4
jspwiki-it-test-custom-absolute-urls-2.11.0.M3
jspwiki-it-test-custom-absolute-urls-2.11.0.M2
jspwiki-it-test-custom-absolute-urls-2.11.0.M1
2.10.x
jspwiki-it-test-custom-absolute-urls-2.10.5
jspwiki-it-test-custom-absolute-urls-2.10.4
jspwiki-it-test-custom-absolute-urls-2.10.3
jspwiki-it-test-custom-absolute-urls-2.10.2
jspwiki-it-test-custom-absolute-urls-2.10.1
jspwiki-it-test-custom-absolute-urls-2.10.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.jspwiki.it</groupId>
    <artifactId>jspwiki-it-test-custom-absolute-urls</artifactId>
    <version>2.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.jspwiki.it : jspwiki-it-test-custom-absolute-urls gradle dependency to your build.gradle file:

implementation 'org.apache.jspwiki.it:jspwiki-it-test-custom-absolute-urls:2.12.1'

Gradle Kotlin DSL: Add the following org.apache.jspwiki.it : jspwiki-it-test-custom-absolute-urls gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.jspwiki.it:jspwiki-it-test-custom-absolute-urls:2.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.jspwiki.it : jspwiki-it-test-custom-absolute-urls sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.jspwiki.it" % "jspwiki-it-test-custom-absolute-urls" % "2.12.1"

Advertisement