Categories |
CategoriesQuarkus Container Microservices JUnit Unit Testing |
---|---|
GroupId | GroupIdio.quarkiverse.mockk |
ArtifactId | ArtifactIdquarkus-junit5-mockk |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
quarkus-junit5-mockk-0.1.0.pom | |
quarkus-junit5-mockk-0.1.0.jar | 27 KB |
quarkus-junit5-mockk-0.1.0-sources.jar | 5 KB |
quarkus-junit5-mockk-0.1.0-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>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/
implementation 'io.quarkiverse.mockk:quarkus-junit5-mockk:0.1.0'
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk/
implementation ("io.quarkiverse.mockk:quarkus-junit5-mockk:0.1.0")
'io.quarkiverse.mockk:quarkus-junit5-mockk:jar:0.1.0'
<dependency org="io.quarkiverse.mockk" name="quarkus-junit5-mockk" rev="0.1.0">
<artifact name="quarkus-junit5-mockk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.mockk', module='quarkus-junit5-mockk', version='0.1.0')
)
libraryDependencies += "io.quarkiverse.mockk" % "quarkus-junit5-mockk" % "0.1.0"
[io.quarkiverse.mockk/quarkus-junit5-mockk "0.1.0"]