License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing Net |
GroupId | GroupIdnet.ggtools.junit |
ArtifactId | ArtifactIdjunit-categories |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnit Categories
A (small) collection of categories to use with the JUnit 4 @Category annotation.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-categories-1.0.pom | |
junit-categories-1.0.jar | 3 KB |
junit-categories-1.0-sources.jar | 1 KB |
junit-categories-1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ggtools.junit/junit-categories/ -->
<dependency>
<groupId>net.ggtools.junit</groupId>
<artifactId>junit-categories</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.ggtools.junit/junit-categories/
implementation 'net.ggtools.junit:junit-categories:1.0'
// https://jarcasting.com/artifacts/net.ggtools.junit/junit-categories/
implementation ("net.ggtools.junit:junit-categories:1.0")
'net.ggtools.junit:junit-categories:jar:1.0'
<dependency org="net.ggtools.junit" name="junit-categories" rev="1.0">
<artifact name="junit-categories" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ggtools.junit', module='junit-categories', version='1.0')
)
libraryDependencies += "net.ggtools.junit" % "junit-categories" % "1.0"
[net.ggtools.junit/junit-categories "1.0"]