License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.gudenau.lib.annotation |
ArtifactId | ArtifactIdAnnotations |
Last Version | Last Version1.0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnet.gudenau.lib.annotation:Annotations
A small library with some annotations.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Annotations-1.0.1.1.pom | |
Annotations-1.0.1.1.jar | 8 KB |
Annotations-1.0.1.1-sources.jar | 7 KB |
Annotations-1.0.1.1-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.gudenau.lib.annotation/Annotations/ -->
<dependency>
<groupId>net.gudenau.lib.annotation</groupId>
<artifactId>Annotations</artifactId>
<version>1.0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.gudenau.lib.annotation/Annotations/
implementation 'net.gudenau.lib.annotation:Annotations:1.0.1.1'
// https://jarcasting.com/artifacts/net.gudenau.lib.annotation/Annotations/
implementation ("net.gudenau.lib.annotation:Annotations:1.0.1.1")
'net.gudenau.lib.annotation:Annotations:jar:1.0.1.1'
<dependency org="net.gudenau.lib.annotation" name="Annotations" rev="1.0.1.1">
<artifact name="Annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.gudenau.lib.annotation', module='Annotations', version='1.0.1.1')
)
libraryDependencies += "net.gudenau.lib.annotation" % "Annotations" % "1.0.1.1"
[net.gudenau.lib.annotation/Annotations "1.0.1.1"]