is not current version
Last Version 1.0.1

com.tguzik:annotations 1.0.0

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

GroupId

GroupId

com.tguzik
ArtifactId

ArtifactId

annotations
Version

Version

1.0.0
Type

Type

jar

Download annotations 1.0.0


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