| License |
License |
|---|---|
| Categories |
CategoriesQuarkus Container Microservices JUnit Unit Testing |
| GroupId | GroupIdio.quarkiverse.mockk |
| ArtifactId | ArtifactIdquarkus-junit5-mockk |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| 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.1.1.pom | |
| quarkus-junit5-mockk-1.1.1.jar | 27 KB |
| quarkus-junit5-mockk-1.1.1-sources.jar | 5 KB |
| quarkus-junit5-mockk-1.1.1-javadoc.jar | 396 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/
implementation 'io.quarkiverse.mockk:quarkus-junit5-mockk:1.1.1'
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/
implementation ("io.quarkiverse.mockk:quarkus-junit5-mockk:1.1.1")
'io.quarkiverse.mockk:quarkus-junit5-mockk:jar:1.1.1'
<dependency org="io.quarkiverse.mockk" name="quarkus-junit5-mockk" rev="1.1.1">
<artifact name="quarkus-junit5-mockk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.mockk', module='quarkus-junit5-mockk', version='1.1.1')
)
libraryDependencies += "io.quarkiverse.mockk" % "quarkus-junit5-mockk" % "1.1.1"
[io.quarkiverse.mockk/quarkus-junit5-mockk "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.21 |
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.21 |
| io.quarkus : quarkus-junit5 | jar | |
| io.quarkus : quarkus-arc-deployment | jar | |
| io.mockk : mockk | jar | 1.12.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.quarkus : quarkus-rest-client | jar | |
| org.assertj : assertj-core | jar | 3.22.0 |
| io.quarkus : quarkus-mutiny | jar |