License |
License |
---|---|
GroupId | GroupIdeu.lestard |
ArtifactId | ArtifactIddoc-annotations |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondoc-annotations
A collection of Java annotations used to document your code
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
doc-annotations-0.3.pom | |
doc-annotations-0.3.jar | 4 KB |
doc-annotations-0.3-sources.jar | 3 KB |
doc-annotations-0.3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.lestard/doc-annotations/ -->
<dependency>
<groupId>eu.lestard</groupId>
<artifactId>doc-annotations</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.lestard/doc-annotations/
implementation 'eu.lestard:doc-annotations:0.3'
// https://jarcasting.com/artifacts/eu.lestard/doc-annotations/
implementation ("eu.lestard:doc-annotations:0.3")
'eu.lestard:doc-annotations:jar:0.3'
<dependency org="eu.lestard" name="doc-annotations" rev="0.3">
<artifact name="doc-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.lestard', module='doc-annotations', version='0.3')
)
libraryDependencies += "eu.lestard" % "doc-annotations" % "0.3"
[eu.lestard/doc-annotations "0.3"]