is not current version
Last Version 1.0.1.1

net.gudenau.lib.annotation:Annotations 1.0.0.0

A small library with some annotations.

Categories

Categories

Net
GroupId

GroupId

net.gudenau.lib.annotation
ArtifactId

ArtifactId

Annotations
Version

Version

1.0.0.0
Type

Type

jar

Download Annotations 1.0.0.0


<!-- https://jarcasting.com/artifacts/net.gudenau.lib.annotation/Annotations/ -->
<dependency>
    <groupId>net.gudenau.lib.annotation</groupId>
    <artifactId>Annotations</artifactId>
    <version>1.0.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.gudenau.lib.annotation/Annotations/
implementation 'net.gudenau.lib.annotation:Annotations:1.0.0.0'
// https://jarcasting.com/artifacts/net.gudenau.lib.annotation/Annotations/
implementation ("net.gudenau.lib.annotation:Annotations:1.0.0.0")
'net.gudenau.lib.annotation:Annotations:jar:1.0.0.0'
<dependency org="net.gudenau.lib.annotation" name="Annotations" rev="1.0.0.0">
  <artifact name="Annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.gudenau.lib.annotation', module='Annotations', version='1.0.0.0')
)
libraryDependencies += "net.gudenau.lib.annotation" % "Annotations" % "1.0.0.0"
[net.gudenau.lib.annotation/Annotations "1.0.0.0"]