GroupId | GroupIdde.shadowhunt |
---|---|
ArtifactId | ArtifactIdannotations |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
annotations-2.0.0.pom | |
annotations-2.0.0.jar | 5 KB |
annotations-2.0.0-sources.jar | 2 KB |
annotations-2.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.shadowhunt/annotations/ -->
<dependency>
<groupId>de.shadowhunt</groupId>
<artifactId>annotations</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.shadowhunt/annotations/
implementation 'de.shadowhunt:annotations:2.0.0'
// https://jarcasting.com/artifacts/de.shadowhunt/annotations/
implementation ("de.shadowhunt:annotations:2.0.0")
'de.shadowhunt:annotations:jar:2.0.0'
<dependency org="de.shadowhunt" name="annotations" rev="2.0.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.shadowhunt', module='annotations', version='2.0.0')
)
libraryDependencies += "de.shadowhunt" % "annotations" % "2.0.0"
[de.shadowhunt/annotations "2.0.0"]