License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices JUnit Unit Testing |
GroupId | GroupIdio.quarkiverse.mockk |
ArtifactId | ArtifactIdquarkus-junit5-mockk-parent |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - JUnit 5 - Mockk Parent
Parent POM for Quarkiverse projects that includes the default release and artifact publishing related
configuration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-junit5-mockk-parent-1.1.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk-parent/ -->
<dependency>
<groupId>io.quarkiverse.mockk</groupId>
<artifactId>quarkus-junit5-mockk-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk-parent/
implementation 'io.quarkiverse.mockk:quarkus-junit5-mockk-parent:1.1.1'
// https://jarcasting.com/artifacts/io.quarkiverse.mockk/quarkus-junit5-mockk-parent/
implementation ("io.quarkiverse.mockk:quarkus-junit5-mockk-parent:1.1.1")
'io.quarkiverse.mockk:quarkus-junit5-mockk-parent:pom:1.1.1'
<dependency org="io.quarkiverse.mockk" name="quarkus-junit5-mockk-parent" rev="1.1.1">
<artifact name="quarkus-junit5-mockk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkiverse.mockk', module='quarkus-junit5-mockk-parent', version='1.1.1')
)
libraryDependencies += "io.quarkiverse.mockk" % "quarkus-junit5-mockk-parent" % "1.1.1"
[io.quarkiverse.mockk/quarkus-junit5-mockk-parent "1.1.1"]