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