Last Version

Quarkus - Test framework - JUnit 4 0.22.0

Build parent to bring in required dependencies

License

License

Categories

Categories

Quarkus Container Microservices JUnit Unit Testing
GroupId

GroupId

io.quarkus
ArtifactId

ArtifactId

quarkus-junit4
Version

Version

0.22.0
Type

Type

jar
Description

Description

Quarkus - Test framework - JUnit 4
Build parent to bring in required dependencies
Project Organization

Project Organization

JBoss by Red Hat

Download quarkus-junit4 0.22.0


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

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar
io.quarkus : quarkus-core jar
io.quarkus : quarkus-test-common jar

Project Modules

There are no modules declared in this project.