Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdio.thundra |
ArtifactId | ArtifactIdjexter-junit4-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jexter-junit4-core-1.0.0.pom | |
jexter-junit4-core-1.0.0.jar | 9 KB |
jexter-junit4-core-1.0.0-sources.jar | 2 KB |
jexter-junit4-core-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thundra/jexter-junit4-core/ -->
<dependency>
<groupId>io.thundra</groupId>
<artifactId>jexter-junit4-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.thundra/jexter-junit4-core/
implementation 'io.thundra:jexter-junit4-core:1.0.0'
// https://jarcasting.com/artifacts/io.thundra/jexter-junit4-core/
implementation ("io.thundra:jexter-junit4-core:1.0.0")
'io.thundra:jexter-junit4-core:jar:1.0.0'
<dependency org="io.thundra" name="jexter-junit4-core" rev="1.0.0">
<artifact name="jexter-junit4-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thundra', module='jexter-junit4-core', version='1.0.0')
)
libraryDependencies += "io.thundra" % "jexter-junit4-core" % "1.0.0"
[io.thundra/jexter-junit4-core "1.0.0"]