License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JUnit Unit Testing |
GroupId | GroupIdio.quarkiverse.mockk |
ArtifactId | ArtifactIdquarkus-junit5-mockk |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionQuarkus - JUnit 5 - Mockk
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-junit5-mockk-1.0.1.pom | |
quarkus-junit5-mockk-1.0.1.jar | 34 KB |
quarkus-junit5-mockk-1.0.1-sources.jar | 12 KB |
quarkus-junit5-mockk-1.0.1-javadoc.jar | 312 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/ -->
<dependency>
<groupId>io.quarkiverse.mockk</groupId>
<artifactId>quarkus-junit5-mockk</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/
implementation 'io.quarkiverse.mockk:quarkus-junit5-mockk:1.0.1'
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/
implementation ("io.quarkiverse.mockk:quarkus-junit5-mockk:1.0.1")
'io.quarkiverse.mockk:quarkus-junit5-mockk:jar:1.0.1'
<dependency org="io.quarkiverse.mockk" name="quarkus-junit5-mockk" rev="1.0.1">
<artifact name="quarkus-junit5-mockk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.mockk', module='quarkus-junit5-mockk', version='1.0.1')
)
libraryDependencies += "io.quarkiverse.mockk" % "quarkus-junit5-mockk" % "1.0.1"
[io.quarkiverse.mockk/quarkus-junit5-mockk "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.10 |
io.quarkus : quarkus-junit5 | jar | |
io.quarkus : quarkus-arc-deployment | jar | |
io.mockk : mockk | jar | 1.12.2 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-rest-client | jar | |
org.assertj : assertj-core | jar | |
io.quarkus : quarkus-mutiny | jar |