GroupId | GroupIddev.jorel |
---|---|
ArtifactId | ArtifactIdcommandapi-annotations |
Version | Version8.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dev.jorel/commandapi-annotations/ -->
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-annotations</artifactId>
<version>8.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.jorel/commandapi-annotations/
implementation 'dev.jorel:commandapi-annotations:8.2.0'
// https://jarcasting.com/artifacts/dev.jorel/commandapi-annotations/
implementation ("dev.jorel:commandapi-annotations:8.2.0")
'dev.jorel:commandapi-annotations:jar:8.2.0'
<dependency org="dev.jorel" name="commandapi-annotations" rev="8.2.0">
<artifact name="commandapi-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.jorel', module='commandapi-annotations', version='8.2.0')
)
libraryDependencies += "dev.jorel" % "commandapi-annotations" % "8.2.0"
[dev.jorel/commandapi-annotations "8.2.0"]