| License |
License |
|---|---|
| GroupId | GroupIdorg.xwiki.commons |
| ArtifactId | ArtifactIdxwiki-commons-tool-test-simple |
| Version | Version13.10.1 |
| Type | Typejar |
| Description |
DescriptionXWiki Commons - Tools - Test Framework - Simple
For tests not requiring notion of Components
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-tool-test-simple/ -->
<dependency>
<groupId>org.xwiki.commons</groupId>
<artifactId>xwiki-commons-tool-test-simple</artifactId>
<version>13.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-tool-test-simple/
implementation 'org.xwiki.commons:xwiki-commons-tool-test-simple:13.10.1'
// https://jarcasting.com/artifacts/org.xwiki.commons/xwiki-commons-tool-test-simple/
implementation ("org.xwiki.commons:xwiki-commons-tool-test-simple:13.10.1")
'org.xwiki.commons:xwiki-commons-tool-test-simple:jar:13.10.1'
<dependency org="org.xwiki.commons" name="xwiki-commons-tool-test-simple" rev="13.10.1">
<artifact name="xwiki-commons-tool-test-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xwiki.commons', module='xwiki-commons-tool-test-simple', version='13.10.1')
)
libraryDependencies += "org.xwiki.commons" % "xwiki-commons-tool-test-simple" % "13.10.1"
[org.xwiki.commons/xwiki-commons-tool-test-simple "13.10.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
| org.junit.platform : junit-platform-launcher | jar | 1.8.1 |
| org.hamcrest : hamcrest-library | jar | 2.2 |
| org.jmock : jmock | jar | 2.12.0 |
| org.jmock : jmock-junit4 | jar | 2.12.0 |
| commons-io : commons-io | jar | 2.11.0 |
| org.mockito : mockito-core | jar | 4.0.0 |
| org.mockito : mockito-junit-jupiter | jar | 4.0.0 |
| ch.qos.logback : logback-classic | jar | 1.2.7 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.32 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.32 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.vintage : junit-vintage-engine | jar | 5.8.1 |