| License |
License |
|---|---|
| GroupId | GroupIdcom.tguzik |
| ArtifactId | ArtifactIdannotations |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionannotations
Collection of annotations and interfaces that attempt to make Java code more readable.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| annotations-1.0.1.pom | |
| annotations-1.0.1.jar | 10 KB |
| annotations-1.0.1-sources.jar | 6 KB |
| annotations-1.0.1-javadoc.jar | 88 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |