| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.smallrye |
| Идентификатор | Идентификаторsmallrye-parent |
| Версия | Версия30 |
| Тип | Типpom |
| Описание |
ОписаниеSmallRye: Parent
SmallRye Parent POM
|
| Имя Файла | Размер |
|---|---|
| smallrye-parent-30.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-parent</artifactId>
<version>30</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-parent/
implementation 'io.smallrye:smallrye-parent:30'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-parent/
implementation ("io.smallrye:smallrye-parent:30")
'io.smallrye:smallrye-parent:pom:30'
<dependency org="io.smallrye" name="smallrye-parent" rev="30">
<artifact name="smallrye-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-parent', version='30')
)
libraryDependencies += "io.smallrye" % "smallrye-parent" % "30"
[io.smallrye/smallrye-parent "30"]