junit-starter-core

support functions for gradle junit-starter plugin

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

org.mikeneck.junit.starter
ArtifactId

ArtifactId

junit-starter-core
Last Version

Last Version

5.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

junit-starter-core
support functions for gradle junit-starter plugin
Project URL

Project URL

https://github.com/mike-neck/junit-starter
Source Code Management

Source Code Management

https://github.com/mike-neck/junit-starter

Download junit-starter-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.junit.platform : junit-platform-gradle-plugin jar 1.0.2
org.jetbrains.kotlin : kotlin-stdlib-jre8 jar 1.1.60

test (2)

Group / Artifact Type Version
com.natpryce : hamkrest jar 1.4.2.2
org.jetbrains.spek : spek-api jar 1.1.5

Project Modules

There are no modules declared in this project.

Versions

Version
5.0.2
5.0.1
1.0.2-1.2.10