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