| License |
License |
|---|---|
| GroupId | GroupIdorg.libj |
| ArtifactId | ArtifactIdtest |
| Version | Version0.7.1 |
| Type | Typejar |
| Description |
DescriptionLibJ Test
Supplementary extension to JUnit patterns, providing common functions and abstractions related to unit testing.
|
| Project Organization |
Project OrganizationLibJ |
| Filename | Size |
|---|---|
| test-0.7.1.pom | |
| test-0.7.1.jar | 12 KB |
| test-0.7.1-tests.jar | 3 KB |
| test-0.7.1-sources.jar | 9 KB |
| test-0.7.1-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.libj/test/ -->
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.libj/test/
implementation 'org.libj:test:0.7.1'
// https://jarcasting.com/artifacts/org.libj/test/
implementation ("org.libj:test:0.7.1")
'org.libj:test:jar:0.7.1'
<dependency org="org.libj" name="test" rev="0.7.1">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.libj', module='test', version='0.7.1')
)
libraryDependencies += "org.libj" % "test" % "0.7.1"
[org.libj/test "0.7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.openjax.xml : dom | jar | 0.9.4 |
| org.xmlunit : xmlunit-core | jar | 2.6.3 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 3.1.0 |