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