GroupId | GroupIdeu.hexagonmc |
---|---|
ArtifactId | ArtifactIdspigot-annotations |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
spigot-annotations-1.1.pom | |
spigot-annotations-1.1.jar | 49 KB |
spigot-annotations-1.1-sources.jar | 40 KB |
spigot-annotations-1.1-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.hexagonmc/spigot-annotations/ -->
<dependency>
<groupId>eu.hexagonmc</groupId>
<artifactId>spigot-annotations</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hexagonmc/spigot-annotations/
implementation 'eu.hexagonmc:spigot-annotations:1.1'
// https://jarcasting.com/artifacts/eu.hexagonmc/spigot-annotations/
implementation ("eu.hexagonmc:spigot-annotations:1.1")
'eu.hexagonmc:spigot-annotations:jar:1.1'
<dependency org="eu.hexagonmc" name="spigot-annotations" rev="1.1">
<artifact name="spigot-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hexagonmc', module='spigot-annotations', version='1.1')
)
libraryDependencies += "eu.hexagonmc" % "spigot-annotations" % "1.1"
[eu.hexagonmc/spigot-annotations "1.1"]