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