| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.smallrye |
| Идентификатор | Идентификаторsmallrye-safer-annotations-release |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеEmpty Release Project to Avoid Maven Bug
Empty Release Project to Avoid Maven Bug
|
| Имя Файла | Размер |
|---|---|
| smallrye-safer-annotations-release-1.0.3.pom | 690 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-safer-annotations-release/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-safer-annotations-release</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-safer-annotations-release/
implementation 'io.smallrye:smallrye-safer-annotations-release:1.0.3'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-safer-annotations-release/
implementation ("io.smallrye:smallrye-safer-annotations-release:1.0.3")
'io.smallrye:smallrye-safer-annotations-release:pom:1.0.3'
<dependency org="io.smallrye" name="smallrye-safer-annotations-release" rev="1.0.3">
<artifact name="smallrye-safer-annotations-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-safer-annotations-release', version='1.0.3')
)
libraryDependencies += "io.smallrye" % "smallrye-safer-annotations-release" % "1.0.3"
[io.smallrye/smallrye-safer-annotations-release "1.0.3"]