| License |
License |
|---|---|
| GroupId | GroupIdcom.ctection.CPermManager |
| ArtifactId | ArtifactIdCPermManager-jvm |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionCPermManager
A simple library to create and manage custom permissions of JDA bots
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| CPermManager-jvm-1.0.0.pom | |
| CPermManager-jvm-1.0.0.jar | 261 bytes |
| CPermManager-jvm-1.0.0-tests.jar | 261 bytes |
| CPermManager-jvm-1.0.0-sources.jar | 261 bytes |
| CPermManager-jvm-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ctection.CPermManager/CPermManager-jvm/ -->
<dependency>
<groupId>com.ctection.CPermManager</groupId>
<artifactId>CPermManager-jvm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ctection.CPermManager/CPermManager-jvm/
implementation 'com.ctection.CPermManager:CPermManager-jvm:1.0.0'
// https://jarcasting.com/artifacts/com.ctection.CPermManager/CPermManager-jvm/
implementation ("com.ctection.CPermManager:CPermManager-jvm:1.0.0")
'com.ctection.CPermManager:CPermManager-jvm:jar:1.0.0'
<dependency org="com.ctection.CPermManager" name="CPermManager-jvm" rev="1.0.0">
<artifact name="CPermManager-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ctection.CPermManager', module='CPermManager-jvm', version='1.0.0')
)
libraryDependencies += "com.ctection.CPermManager" % "CPermManager-jvm" % "1.0.0"
[com.ctection.CPermManager/CPermManager-jvm "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.25 |
| net.dv8tion : JDA | jar | 4.2.1_276 |