Common-Annotations

DEPRECATED: Use null-analysis and suppress-warnings instead.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sebhoss |
| Идентификатор | Идентификаторcommon-annotations |
| Последняя версия | Последняя версия3.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCommon Annotations
Collection of common annotations for Java projects.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| common-annotations-3.0.0.pom | |
| common-annotations-3.0.0.jar | 19 KB |
| common-annotations-3.0.0-sources.jar | 49 KB |
| common-annotations-3.0.0-javadoc.jar | 130 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss/common-annotations/ -->
<dependency>
<groupId>com.github.sebhoss</groupId>
<artifactId>common-annotations</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/common-annotations/
implementation 'com.github.sebhoss:common-annotations:3.0.0'
// https://jarcasting.com/artifacts/com.github.sebhoss/common-annotations/
implementation ("com.github.sebhoss:common-annotations:3.0.0")
'com.github.sebhoss:common-annotations:jar:3.0.0'
<dependency org="com.github.sebhoss" name="common-annotations" rev="3.0.0">
<artifact name="common-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='common-annotations', version='3.0.0')
)
libraryDependencies += "com.github.sebhoss" % "common-annotations" % "3.0.0"
[com.github.sebhoss/common-annotations "3.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |

DEPRECATED: Use null-analysis and suppress-warnings instead.