| License |
License |
|---|---|
| GroupId | GroupIdcom.tguzik |
| ArtifactId | ArtifactIdannotatons |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionannotations
Collection of annotations and interfaces that attempt to make Java code more readable.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| annotatons-0.3.pom | |
| annotatons-0.3.jar | 9 KB |
| annotatons-0.3-sources.jar | 5 KB |
| annotatons-0.3-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tguzik/annotatons/ -->
<dependency>
<groupId>com.tguzik</groupId>
<artifactId>annotatons</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.tguzik/annotatons/
implementation 'com.tguzik:annotatons:0.3'
// https://jarcasting.com/artifacts/com.tguzik/annotatons/
implementation ("com.tguzik:annotatons:0.3")
'com.tguzik:annotatons:jar:0.3'
<dependency org="com.tguzik" name="annotatons" rev="0.3">
<artifact name="annotatons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tguzik', module='annotatons', version='0.3')
)
libraryDependencies += "com.tguzik" % "annotatons" % "0.3"
[com.tguzik/annotatons "0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | [2.0.2,) |