| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.tguzik |
| Идентификатор | Идентификаторannotations |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеannotations
Collection of annotations and interfaces that attempt to make Java code more readable.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| annotations-1.0.1.pom | |
| annotations-1.0.1.jar | 11 KB |
| annotations-1.0.1-sources.jar | 7 KB |
| annotations-1.0.1-javadoc.jar | 96 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.tguzik/annotations/ -->
<dependency>
<groupId>com.tguzik</groupId>
<artifactId>annotations</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tguzik/annotations/
implementation 'com.tguzik:annotations:1.0.1'
// https://jarcasting.com/artifacts/com.tguzik/annotations/
implementation ("com.tguzik:annotations:1.0.1")
'com.tguzik:annotations:jar:1.0.1'
<dependency org="com.tguzik" name="annotations" rev="1.0.1">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tguzik', module='annotations', version='1.0.1')
)
libraryDependencies += "com.tguzik" % "annotations" % "1.0.1"
[com.tguzik/annotations "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |