is not current version
Last Version 0.22.0

io.quarkus:quarkus-junit4 0.21.1


Categories

Categories

Quarkus Container Microservices JUnit Unit Testing
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-junit4
Version

Version

0.21.1
Type

Type

jar

Download quarkus-junit4 0.21.1


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