is not current version
Last Version 5.0.2

org.mikeneck.junit.starter:junit-starter-core 5.0.1

support functions for gradle junit-starter plugin

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.mikeneck.junit.starter
ArtifactId

ArtifactId

junit-starter-core
Version

Version

5.0.1
Type

Type

jar

Download junit-starter-core 5.0.1


<!-- https://jarcasting.com/artifacts/org.mikeneck.junit.starter/junit-starter-core/ -->
<dependency>
    <groupId>org.mikeneck.junit.starter</groupId>
    <artifactId>junit-starter-core</artifactId>
    <version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mikeneck.junit.starter/junit-starter-core/
implementation 'org.mikeneck.junit.starter:junit-starter-core:5.0.1'
// https://jarcasting.com/artifacts/org.mikeneck.junit.starter/junit-starter-core/
implementation ("org.mikeneck.junit.starter:junit-starter-core:5.0.1")
'org.mikeneck.junit.starter:junit-starter-core:jar:5.0.1'
<dependency org="org.mikeneck.junit.starter" name="junit-starter-core" rev="5.0.1">
  <artifact name="junit-starter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mikeneck.junit.starter', module='junit-starter-core', version='5.0.1')
)
libraryDependencies += "org.mikeneck.junit.starter" % "junit-starter-core" % "5.0.1"
[org.mikeneck.junit.starter/junit-starter-core "5.0.1"]