Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.gudenau.lib.annotation |
ArtifactId | ArtifactIdAnnotations |
Version | Version1.0.0.0 |
Type | Typejar |
Filename | Size |
---|---|
Annotations-1.0.0.0.pom | |
Annotations-1.0.0.0.jar | 7 KB |
Annotations-1.0.0.0-sources.jar | 7 KB |
Annotations-1.0.0.0-javadoc.jar | 398 KB |
Browse |
<!-- 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"]