| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.signed.junit |
| ArtifactId | ArtifactIdjunit-extras |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjunit-extras
junit-extras is a set of small extensions to junit
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| junit-extras-0.0.1.pom | |
| junit-extras-0.0.1.jar | 1 KB |
| junit-extras-0.0.1-sources.jar | 1 KB |
| junit-extras-0.0.1-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.signed.junit/junit-extras/ -->
<dependency>
<groupId>com.github.signed.junit</groupId>
<artifactId>junit-extras</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.signed.junit/junit-extras/
implementation 'com.github.signed.junit:junit-extras:0.0.1'
// https://jarcasting.com/artifacts/com.github.signed.junit/junit-extras/
implementation ("com.github.signed.junit:junit-extras:0.0.1")
'com.github.signed.junit:junit-extras:jar:0.0.1'
<dependency org="com.github.signed.junit" name="junit-extras" rev="0.0.1">
<artifact name="junit-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.signed.junit', module='junit-extras', version='0.0.1')
)
libraryDependencies += "com.github.signed.junit" % "junit-extras" % "0.0.1"
[com.github.signed.junit/junit-extras "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |