License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.fallwizard |
ArtifactId | ArtifactIdtest-junit |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUtilities for Testing
Utilities for Testing
|
Filename | Size |
---|---|
test-junit-1.0.0.pom | |
test-junit-1.0.0.jar | 7 KB |
test-junit-1.0.0-sources.jar | 3 KB |
test-junit-1.0.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fallwizard/test-junit/ -->
<dependency>
<groupId>io.github.fallwizard</groupId>
<artifactId>test-junit</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fallwizard/test-junit/
implementation 'io.github.fallwizard:test-junit:1.0.0'
// https://jarcasting.com/artifacts/io.github.fallwizard/test-junit/
implementation ("io.github.fallwizard:test-junit:1.0.0")
'io.github.fallwizard:test-junit:jar:1.0.0'
<dependency org="io.github.fallwizard" name="test-junit" rev="1.0.0">
<artifact name="test-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fallwizard', module='test-junit', version='1.0.0')
)
libraryDependencies += "io.github.fallwizard" % "test-junit" % "1.0.0"
[io.github.fallwizard/test-junit "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.2 |
junit : junit | jar | 4.11 |