License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-bootstrap-bom-test |
Last Version | Last Version2.10.0.Final |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionQuarkus - Bootstrap - Test BOM
This BOM contains only test scoped dependencies for the bootstrap project's testsuite
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quarkus-bootstrap-bom-test-2.10.0.Final.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-bom-test/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bootstrap-bom-test</artifactId>
<version>2.10.0.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-bom-test/
implementation 'io.quarkus:quarkus-bootstrap-bom-test:2.10.0.Final'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bootstrap-bom-test/
implementation ("io.quarkus:quarkus-bootstrap-bom-test:2.10.0.Final")
'io.quarkus:quarkus-bootstrap-bom-test:pom:2.10.0.Final'
<dependency org="io.quarkus" name="quarkus-bootstrap-bom-test" rev="2.10.0.Final">
<artifact name="quarkus-bootstrap-bom-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-bootstrap-bom-test', version='2.10.0.Final')
)
libraryDependencies += "io.quarkus" % "quarkus-bootstrap-bom-test" % "2.10.0.Final"
[io.quarkus/quarkus-bootstrap-bom-test "2.10.0.Final"]