is not current version
Last Version 0.5.0

io.ap4k:core-junit 0.4.2


Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.ap4k
ArtifactId

ArtifactId

core-junit
Version

Version

0.4.2
Type

Type

jar

Download core-junit 0.4.2


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