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