License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JUnit Unit Testing |
GroupId | GroupIdio.quarkiverse.mockk |
ArtifactId | ArtifactIdquarkus-junit5-mockk |
Version | Version0.2.0 |
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-0.2.0.pom | |
quarkus-junit5-mockk-0.2.0.jar | 28 KB |
quarkus-junit5-mockk-0.2.0-sources.jar | 9 KB |
quarkus-junit5-mockk-0.2.0-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/ -->
<dependency>
<groupId>io.quarkiverse.mockk</groupId>
<artifactId>quarkus-junit5-mockk</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/
implementation 'io.quarkiverse.mockk:quarkus-junit5-mockk:0.2.0'
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/
implementation ("io.quarkiverse.mockk:quarkus-junit5-mockk:0.2.0")
'io.quarkiverse.mockk:quarkus-junit5-mockk:jar:0.2.0'
<dependency org="io.quarkiverse.mockk" name="quarkus-junit5-mockk" rev="0.2.0">
<artifact name="quarkus-junit5-mockk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.mockk', module='quarkus-junit5-mockk', version='0.2.0')
)
libraryDependencies += "io.quarkiverse.mockk" % "quarkus-junit5-mockk" % "0.2.0"
[io.quarkiverse.mockk/quarkus-junit5-mockk "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.30 |
io.quarkus : quarkus-junit5 | jar | |
io.quarkus : quarkus-arc-deployment | jar | |
io.quarkus : quarkus-mutiny | jar | |
io.mockk : mockk | jar | 1.10.6 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.30 |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-rest-client | jar | |
org.assertj : assertj-core | jar |