Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-bom-test |
Version | Version1.7.0.CR1 |
Type | Typepom |
Filename | Size |
---|---|
quarkus-bom-test-1.7.0.CR1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-bom-test/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom-test</artifactId>
<version>1.7.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bom-test/
implementation 'io.quarkus:quarkus-bom-test:1.7.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bom-test/
implementation ("io.quarkus:quarkus-bom-test:1.7.0.CR1")
'io.quarkus:quarkus-bom-test:pom:1.7.0.CR1'
<dependency org="io.quarkus" name="quarkus-bom-test" rev="1.7.0.CR1">
<artifact name="quarkus-bom-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-bom-test', version='1.7.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-bom-test" % "1.7.0.CR1"
[io.quarkus/quarkus-bom-test "1.7.0.CR1"]