is not current version
Last Version 5.0.2

org.mikeneck.junit.starter:junit-starter-core 1.0.2-1.2.10

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

1.0.2-1.2.10
Type

Type

jar

Download junit-starter-core 1.0.2-1.2.10


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