is not current version
Last Version 1.0.1

com.tguzik:annotations 0.4

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

GroupId

GroupId

com.tguzik
ArtifactId

ArtifactId

annotations
Version

Version

0.4
Type

Type

jar

Download 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"]