is not current version
Last Version 1.2

eu.hexagonmc:spigot-annotations 1.1

Annotation processor for Spigot- and BungeeCord-Plugins

GroupId

GroupId

eu.hexagonmc
ArtifactId

ArtifactId

spigot-annotations
Version

Version

1.1
Type

Type

jar

Download spigot-annotations 1.1


<!-- 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"]