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