GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-parent |
Version | Version22 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-parent-22.pom | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-parent/
implementation 'io.smallrye:smallrye-parent:22'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-parent/
implementation ("io.smallrye:smallrye-parent:22")
'io.smallrye:smallrye-parent:pom:22'
<dependency org="io.smallrye" name="smallrye-parent" rev="22">
<artifact name="smallrye-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-parent', version='22')
)
libraryDependencies += "io.smallrye" % "smallrye-parent" % "22"
[io.smallrye/smallrye-parent "22"]