is not current version
Last Version 1.1.4

io.github.henryssondaniel.teacup.engine:junit 1.1.3

Run Teacup tests with the JUnit engine

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.henryssondaniel.teacup.engine
ArtifactId

ArtifactId

junit
Version

Version

1.1.3
Type

Type

jar

Download junit 1.1.3


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