License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.luckperms |
ArtifactId | ArtifactIdapi |
Last Version | Last Version5.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLuckPerms API
A permissions plugin for Minecraft servers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-5.4.pom | |
api-5.4.jar | 116 KB |
api-5.4-sources.jar | 181 KB |
api-5.4-javadoc.jar | 627 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.luckperms/api/ -->
<dependency>
<groupId>net.luckperms</groupId>
<artifactId>api</artifactId>
<version>5.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.luckperms/api/
implementation 'net.luckperms:api:5.4'
// https://jarcasting.com/artifacts/net.luckperms/api/
implementation ("net.luckperms:api:5.4")
'net.luckperms:api:jar:5.4'
<dependency org="net.luckperms" name="api" rev="5.4">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.luckperms', module='api', version='5.4')
)
libraryDependencies += "net.luckperms" % "api" % "5.4"
[net.luckperms/api "5.4"]