не последняя версия
Последняя версия 1.0.1

com.tguzik:annotations 0.4

Collection of annotations and interfaces that attempt to make Java code more readable.

Группа

Группа

com.tguzik
Идентификатор

Идентификатор

annotations
Версия

Версия

0.4
Тип

Тип

jar

Скачать annotations 0.4


<!-- https://jarcasting.com/artifacts/com.tguzik/annotations/ -->
<dependency>
    <groupId>com.tguzik</groupId>
    <artifactId>annotations</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.tguzik/annotations/
implementation 'com.tguzik:annotations:0.4'
// https://jarcasting.com/artifacts/com.tguzik/annotations/
implementation ("com.tguzik:annotations:0.4")
'com.tguzik:annotations:jar:0.4'
<dependency org="com.tguzik" name="annotations" rev="0.4">
  <artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tguzik', module='annotations', version='0.4')
)
libraryDependencies += "com.tguzik" % "annotations" % "0.4"
[com.tguzik/annotations "0.4"]