Categories |
CategoriesIDE Development Tools JUnit Unit Testing |
---|---|
GroupId | GroupIdcom.presidentio.but |
ArtifactId | ArtifactIdjunit-runner |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
junit-runner-1.0.0.pom | |
junit-runner-1.0.0.jar | 6 KB |
junit-runner-1.0.0-sources.jar | 1 KB |
junit-runner-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.presidentio.but/junit-runner/ -->
<dependency>
<groupId>com.presidentio.but</groupId>
<artifactId>junit-runner</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.presidentio.but/junit-runner/
implementation 'com.presidentio.but:junit-runner:1.0.0'
// https://jarcasting.com/artifacts/com.presidentio.but/junit-runner/
implementation ("com.presidentio.but:junit-runner:1.0.0")
'com.presidentio.but:junit-runner:jar:1.0.0'
<dependency org="com.presidentio.but" name="junit-runner" rev="1.0.0">
<artifact name="junit-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.presidentio.but', module='junit-runner', version='1.0.0')
)
libraryDependencies += "com.presidentio.but" % "junit-runner" % "1.0.0"
[com.presidentio.but/junit-runner "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.presidentio.but : unit-common | jar |