GroupId | GroupIdio.github.portlek |
---|---|
ArtifactId | ArtifactIdbukkit-version |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
bukkit-version-1.2.pom | |
bukkit-version-1.2.jar | 5 KB |
bukkit-version-1.2-sources.jar | 4 KB |
bukkit-version-1.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.portlek/bukkit-version/ -->
<dependency>
<groupId>io.github.portlek</groupId>
<artifactId>bukkit-version</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/bukkit-version/
implementation 'io.github.portlek:bukkit-version:1.2'
// https://jarcasting.com/artifacts/io.github.portlek/bukkit-version/
implementation ("io.github.portlek:bukkit-version:1.2")
'io.github.portlek:bukkit-version:jar:1.2'
<dependency org="io.github.portlek" name="bukkit-version" rev="1.2">
<artifact name="bukkit-version" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='bukkit-version', version='1.2')
)
libraryDependencies += "io.github.portlek" % "bukkit-version" % "1.2"
[io.github.portlek/bukkit-version "1.2"]