Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.luckperms |
ArtifactId | ArtifactIdapi |
Version | Version5.2 |
Type | Typejar |
Filename | Size |
---|---|
api-5.2.pom | |
api-5.2.jar | 127 KB |
api-5.2-sources.jar | 198 KB |
api-5.2-javadoc.jar | 660 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.luckperms/api/ -->
<dependency>
<groupId>net.luckperms</groupId>
<artifactId>api</artifactId>
<version>5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.luckperms/api/
implementation 'net.luckperms:api:5.2'
// https://jarcasting.com/artifacts/net.luckperms/api/
implementation ("net.luckperms:api:5.2")
'net.luckperms:api:jar:5.2'
<dependency org="net.luckperms" name="api" rev="5.2">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.luckperms', module='api', version='5.2')
)
libraryDependencies += "net.luckperms" % "api" % "5.2"
[net.luckperms/api "5.2"]