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