annotations

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

License

License

GroupId

GroupId

com.tguzik
ArtifactId

ArtifactId

annotations
Last Version

Last Version

1.0.1
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
1.0.1
1.0.0
0.4