| License |
License |
|---|---|
| GroupId | GroupIdcom.ctection |
| ArtifactId | ArtifactIdCPermManager |
| 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-1.0.0.pom | |
| CPermManager-1.0.0.jar | 261 bytes |
| CPermManager-1.0.0-tests.jar | 261 bytes |
| CPermManager-1.0.0-sources.jar | 261 bytes |
| CPermManager-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ctection/CPermManager/ -->
<dependency>
<groupId>com.ctection</groupId>
<artifactId>CPermManager</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ctection/CPermManager/
implementation 'com.ctection:CPermManager:1.0.0'
// https://jarcasting.com/artifacts/com.ctection/CPermManager/
implementation ("com.ctection:CPermManager:1.0.0")
'com.ctection:CPermManager:jar:1.0.0'
<dependency org="com.ctection" name="CPermManager" rev="1.0.0">
<artifact name="CPermManager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ctection', module='CPermManager', version='1.0.0')
)
libraryDependencies += "com.ctection" % "CPermManager" % "1.0.0"
[com.ctection/CPermManager "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.25 |
| net.dv8tion : JDA | jar | 4.2.1_276 |