MVN

org.xwiki.commons : xwiki-commons-test-simple

Maven & Gradle

Mar 12, 2016
10 usages
70 stars

XWiki Commons - Test Framework - Simple · For tests not requiring notion of Components

<dependency>
    <groupId>org.xwiki.commons</groupId>
    <artifactId>xwiki-commons-test-simple</artifactId>
    <version>6.4.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xwiki.commons : xwiki-commons-test-simple to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.4.8
  • Latest Release Candidate: 6.4-rc-1

All Versions

Choose a version of org.xwiki.commons : xwiki-commons-test-simple to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.4.x
xwiki-commons-test-simple-6.4.8
xwiki-commons-test-simple-6.4.7
xwiki-commons-test-simple-6.4.6
xwiki-commons-test-simple-6.4.5
xwiki-commons-test-simple-6.4.4
xwiki-commons-test-simple-6.4.3
xwiki-commons-test-simple-6.4.2
xwiki-commons-test-simple-6.4.1
6.4
xwiki-commons-test-simple-6.4
xwiki-commons-test-simple-6.4-rc-1
xwiki-commons-test-simple-6.4-milestone-3
xwiki-commons-test-simple-6.4-milestone-2
xwiki-commons-test-simple-6.4-milestone-1
6.3
xwiki-commons-test-simple-6.3
xwiki-commons-test-simple-6.3-rc-1
xwiki-commons-test-simple-6.3-milestone-2
xwiki-commons-test-simple-6.3-milestone-1
6.2.x
xwiki-commons-test-simple-6.2.7
xwiki-commons-test-simple-6.2.6
xwiki-commons-test-simple-6.2.5
xwiki-commons-test-simple-6.2.4
xwiki-commons-test-simple-6.2.3
xwiki-commons-test-simple-6.2.2
xwiki-commons-test-simple-6.2.1
6.2
xwiki-commons-test-simple-6.2
xwiki-commons-test-simple-6.2-rc-1
xwiki-commons-test-simple-6.2-milestone-2
xwiki-commons-test-simple-6.2-milestone-1
6.1
xwiki-commons-test-simple-6.1
xwiki-commons-test-simple-6.1-rc-1
xwiki-commons-test-simple-6.1-milestone-2
xwiki-commons-test-simple-6.1-milestone-1
6.0.x
xwiki-commons-test-simple-6.0.1
6.0
xwiki-commons-test-simple-6.0
xwiki-commons-test-simple-6.0-rc-1
xwiki-commons-test-simple-6.0-milestone-2
xwiki-commons-test-simple-6.0-milestone-1
5.4.x
xwiki-commons-test-simple-5.4.7
xwiki-commons-test-simple-5.4.6
xwiki-commons-test-simple-5.4.5
xwiki-commons-test-simple-5.4.4
xwiki-commons-test-simple-5.4.3
xwiki-commons-test-simple-5.4.2
xwiki-commons-test-simple-5.4.1
5.4
xwiki-commons-test-simple-5.4
xwiki-commons-test-simple-5.4-rc-1
xwiki-commons-test-simple-5.4-milestone-1
5.3
xwiki-commons-test-simple-5.3
xwiki-commons-test-simple-5.3-rc-1
xwiki-commons-test-simple-5.3-milestone-2
xwiki-commons-test-simple-5.3-milestone-1
5.2.x
xwiki-commons-test-simple-5.2.4
xwiki-commons-test-simple-5.2.3
xwiki-commons-test-simple-5.2.2
xwiki-commons-test-simple-5.2.1
5.2
xwiki-commons-test-simple-5.2
xwiki-commons-test-simple-5.2-rc-1
xwiki-commons-test-simple-5.2-milestone-2
xwiki-commons-test-simple-5.2-milestone-1
5.1
xwiki-commons-test-simple-5.1
xwiki-commons-test-simple-5.1-rc-1
xwiki-commons-test-simple-5.1-milestone-2
xwiki-commons-test-simple-5.1-milestone-1
5.0.x
xwiki-commons-test-simple-5.0.3
xwiki-commons-test-simple-5.0.2
xwiki-commons-test-simple-5.0.1
5.0
xwiki-commons-test-simple-5.0
xwiki-commons-test-simple-5.0-rc-1
xwiki-commons-test-simple-5.0-milestone-2
xwiki-commons-test-simple-5.0-milestone-1
4.5.x
xwiki-commons-test-simple-4.5.3
xwiki-commons-test-simple-4.5.2
xwiki-commons-test-simple-4.5.1
4.5
xwiki-commons-test-simple-4.5
xwiki-commons-test-simple-4.5-rc-1
xwiki-commons-test-simple-4.5-milestone-1
4.4.x
xwiki-commons-test-simple-4.4.1
4.4
xwiki-commons-test-simple-4.4
xwiki-commons-test-simple-4.4-rc-1
4.3.x
xwiki-commons-test-simple-4.3.1

How to add a dependency to Maven

Add the following org.xwiki.commons : xwiki-commons-test-simple maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xwiki.commons</groupId>
    <artifactId>xwiki-commons-test-simple</artifactId>
    <version>6.4.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xwiki.commons : xwiki-commons-test-simple gradle dependency to your build.gradle file:

implementation 'org.xwiki.commons:xwiki-commons-test-simple:6.4.8'

Gradle Kotlin DSL: Add the following org.xwiki.commons : xwiki-commons-test-simple gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xwiki.commons:xwiki-commons-test-simple:6.4.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xwiki.commons : xwiki-commons-test-simple sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xwiki.commons" % "xwiki-commons-test-simple" % "6.4.8"

Advertisement

Dependencies from Group

Aug 21, 2023
37 usages
81 stars
Aug 21, 2023
37 usages
81 stars
Mar 12, 2016
25 usages
70 stars
Mar 12, 2016
21 usages
70 stars
Aug 21, 2023
18 usages
81 stars

Discover Dependencies

Jan 20, 2017
3 usages
0 stars
Feb 08, 2022
7 usages
2.1k stars
Jun 18, 2022
2 usages
0 stars
Sep 25, 2021
2 usages
8.7k stars
Oct 30, 2022
4 usages
Sep 24, 2021
2 usages
8.7k stars
Jun 19, 2019
1 usages
8 stars