Last Version

annotations 1.0.1

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

License

License

GroupId

GroupId

com.tguzik
ArtifactId

ArtifactId

annotations
Version

Version

1.0.1
Type

Type

jar
Description

Description

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

Project URL

https://github.com/tguzik/annotations

Download annotations 1.0.1


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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.0

Project Modules

There are no modules declared in this project.