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