Common-Annotations
DEPRECATED: Use null-analysis and suppress-warnings instead.
License |
License |
---|---|
GroupId | GroupIdcom.github.sebhoss |
ArtifactId | ArtifactIdcommon-annotations |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCommon Annotations
Collection of common annotations for Java projects.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-annotations-3.0.0.pom | |
common-annotations-3.0.0.jar | 19 KB |
common-annotations-3.0.0-sources.jar | 49 KB |
common-annotations-3.0.0-javadoc.jar | 130 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
DEPRECATED: Use null-analysis and suppress-warnings instead.