| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.smallrye |
| Идентификатор | Идентификаторsmallrye-parent |
| Последняя версия | Последняя версия35 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеSmallRye: Parent
SmallRye Parent POM
|
| Имя Файла | Размер |
|---|---|
| smallrye-parent-35.pom | 17 KB |
| Обзор |
<!-- 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"]