License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-bom-test |
Version | Version2.10.0.CR1 |
Type | Typepom |
Description |
DescriptionQuarkus - BOM - Test
Dependency management for integration tests. Importable by third party extension developers.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quarkus-bom-test-2.10.0.CR1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-bom-test/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom-test</artifactId>
<version>2.10.0.CR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bom-test/
implementation 'io.quarkus:quarkus-bom-test:2.10.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-bom-test/
implementation ("io.quarkus:quarkus-bom-test:2.10.0.CR1")
'io.quarkus:quarkus-bom-test:pom:2.10.0.CR1'
<dependency org="io.quarkus" name="quarkus-bom-test" rev="2.10.0.CR1">
<artifact name="quarkus-bom-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-bom-test', version='2.10.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-bom-test" % "2.10.0.CR1"
[io.quarkus/quarkus-bom-test "2.10.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.10.0.CR1 |