License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.nitorcreations |
ArtifactId | ArtifactIdjunit-runners |
Version | Version1.3 |
Type | Typejar |
Description |
DescriptionJUnit Runners
JUnit4 Test Runners
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-runners-1.3.pom | |
junit-runners-1.3.jar | 53 KB |
junit-runners-1.3-sources.jar | 27 KB |
junit-runners-1.3-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nitorcreations/junit-runners/ -->
<dependency>
<groupId>com.nitorcreations</groupId>
<artifactId>junit-runners</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.nitorcreations/junit-runners/
implementation 'com.nitorcreations:junit-runners:1.3'
// https://jarcasting.com/artifacts/com.nitorcreations/junit-runners/
implementation ("com.nitorcreations:junit-runners:1.3")
'com.nitorcreations:junit-runners:jar:1.3'
<dependency org="com.nitorcreations" name="junit-runners" rev="1.3">
<artifact name="junit-runners" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nitorcreations', module='junit-runners', version='1.3')
)
libraryDependencies += "com.nitorcreations" % "junit-runners" % "1.3"
[com.nitorcreations/junit-runners "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.ow2.asm : asm | jar | 5.0.3 |
org.ow2.asm : asm-commons | jar | 5.0.3 |
org.powermock : powermock-core | jar | 1.5.6 |
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-library | jar | 1.3 |
org.mockito : mockito-core | jar | 1.10.8 |
org.objenesis : objenesis | jar | 2.1 |
org.powermock : powermock-module-junit4 | jar | 1.5.6 |
org.powermock : powermock-api-mockito | jar | 1.5.6 |
org.springframework : spring-core | jar | 4.1.1.RELEASE |
org.springframework : spring-context | jar | 4.1.1.RELEASE |
org.springframework : spring-test | jar | 4.1.1.RELEASE |
ch.qos.logback : logback-classic | jar | 1.1.2 |
org.slf4j : slf4j-api | jar | 1.7.7 |
org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
cglib : cglib-nodep | jar | 3.1 |