Common Annotations

Collection of common annotations for Java projects.

License

License

GroupId

GroupId

com.github.sebhoss
ArtifactId

ArtifactId

common-annotations
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Common Annotations
Collection of common annotations for Java projects.
Project URL

Project URL

https://github.com/sebhoss/common-annotations
Source Code Management

Source Code Management

https://github.com/sebhoss/common-annotations

Download common-annotations

How to add to project

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

Dependencies

compile (1)

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

Project Modules

There are no modules declared in this project.

Common-Annotations

DEPRECATED: Use null-analysis and suppress-warnings instead.

Versions

Version
3.0.0
2.0.0
1.0.0