| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apiwatch |
| Идентификатор | Идентификаторapiwatch-annotations |
| Версия | Версия1.0 |
| Тип | Типjar |
| Описание |
ОписаниеAPIWatch Annotation Processors
API stability surveillance tool
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| apiwatch-annotations-1.0.pom | |
| apiwatch-annotations-1.0.jar | 5 KB |
| apiwatch-annotations-1.0-sources.jar | 2 KB |
| apiwatch-annotations-1.0-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apiwatch/apiwatch-annotations/ -->
<dependency>
<groupId>org.apiwatch</groupId>
<artifactId>apiwatch-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apiwatch/apiwatch-annotations/
implementation 'org.apiwatch:apiwatch-annotations:1.0'
// https://jarcasting.com/artifacts/org.apiwatch/apiwatch-annotations/
implementation ("org.apiwatch:apiwatch-annotations:1.0")
'org.apiwatch:apiwatch-annotations:jar:1.0'
<dependency org="org.apiwatch" name="apiwatch-annotations" rev="1.0">
<artifact name="apiwatch-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apiwatch', module='apiwatch-annotations', version='1.0')
)
libraryDependencies += "org.apiwatch" % "apiwatch-annotations" % "1.0"
[org.apiwatch/apiwatch-annotations "1.0"]