License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.luckperms |
ArtifactId | ArtifactIdapi |
Version | Version5.3 |
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.3.pom | |
api-5.3.jar | 136 KB |
api-5.3-sources.jar | 246 KB |
api-5.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.luckperms/api/ -->
<dependency>
<groupId>net.luckperms</groupId>
<artifactId>api</artifactId>
<version>5.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.luckperms/api/
implementation 'net.luckperms:api:5.3'
// https://jarcasting.com/artifacts/net.luckperms/api/
implementation ("net.luckperms:api:5.3")
'net.luckperms:api:jar:5.3'
<dependency org="net.luckperms" name="api" rev="5.3">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.luckperms', module='api', version='5.3')
)
libraryDependencies += "net.luckperms" % "api" % "5.3"
[net.luckperms/api "5.3"]