License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-bom |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSmallRye BOM
SmallRye Parent POM
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smallrye-bom-3.3.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-bom/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-bom</artifactId>
<version>3.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-bom/
implementation 'io.smallrye:smallrye-bom:3.3.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-bom/
implementation ("io.smallrye:smallrye-bom:3.3.0")
'io.smallrye:smallrye-bom:pom:3.3.0'
<dependency org="io.smallrye" name="smallrye-bom" rev="3.3.0">
<artifact name="smallrye-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-bom', version='3.3.0')
)
libraryDependencies += "io.smallrye" % "smallrye-bom" % "3.3.0"
[io.smallrye/smallrye-bom "3.3.0"]