GroupId | GroupIdio.github.portlek |
---|---|
ArtifactId | ArtifactIdbukkit-version |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
bukkit-version-2.0.3.pom | |
bukkit-version-2.0.3.jar | 4 KB |
bukkit-version-2.0.3-sources.jar | 4 KB |
bukkit-version-2.0.3-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>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/bukkit-version/
implementation 'io.github.portlek:bukkit-version:2.0.3'
// https://jarcasting.com/artifacts/io.github.portlek/bukkit-version/
implementation ("io.github.portlek:bukkit-version:2.0.3")
'io.github.portlek:bukkit-version:jar:2.0.3'
<dependency org="io.github.portlek" name="bukkit-version" rev="2.0.3">
<artifact name="bukkit-version" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='bukkit-version', version='2.0.3')
)
libraryDependencies += "io.github.portlek" % "bukkit-version" % "2.0.3"
[io.github.portlek/bukkit-version "2.0.3"]