is not current version
Last Version 1.1.4

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

Java Testing Framework for Communication Protocols and Web Services with JUnit

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.henryssondaniel.teacup.engine
ArtifactId

ArtifactId

junit
Version

Version

1.1.1
Type

Type

jar

Download junit 1.1.1


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