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