GroupId | GroupIdat.rseiler.pom-project |
---|---|
ArtifactId | ArtifactIdannotation |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
annotation-1.0.pom | |
annotation-1.0.jar | 2 KB |
annotation-1.0-sources.jar | 1 KB |
annotation-1.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.rseiler.pom-project/annotation/ -->
<dependency>
<groupId>at.rseiler.pom-project</groupId>
<artifactId>annotation</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.rseiler.pom-project/annotation/
implementation 'at.rseiler.pom-project:annotation:1.0'
// https://jarcasting.com/artifacts/at.rseiler.pom-project/annotation/
implementation ("at.rseiler.pom-project:annotation:1.0")
'at.rseiler.pom-project:annotation:jar:1.0'
<dependency org="at.rseiler.pom-project" name="annotation" rev="1.0">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.rseiler.pom-project', module='annotation', version='1.0')
)
libraryDependencies += "at.rseiler.pom-project" % "annotation" % "1.0"
[at.rseiler.pom-project/annotation "1.0"]