License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-test-extension-parent |
Version | Version0.11.0 |
Type | Typepom |
Description |
DescriptionQuarkus - Core - Test Extension
Build parent to bring in required dependencies
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
quarkus-test-extension-parent-0.11.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-test-extension-parent/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-test-extension-parent</artifactId>
<version>0.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-test-extension-parent/
implementation 'io.quarkus:quarkus-test-extension-parent:0.11.0'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-test-extension-parent/
implementation ("io.quarkus:quarkus-test-extension-parent:0.11.0")
'io.quarkus:quarkus-test-extension-parent:pom:0.11.0'
<dependency org="io.quarkus" name="quarkus-test-extension-parent" rev="0.11.0">
<artifact name="quarkus-test-extension-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-test-extension-parent', version='0.11.0')
)
libraryDependencies += "io.quarkus" % "quarkus-test-extension-parent" % "0.11.0"
[io.quarkus/quarkus-test-extension-parent "0.11.0"]