| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.ctection |
| Идентификатор | ИдентификаторCPermManager |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCPermManager
A simple library to create and manage custom permissions of JDA bots
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| mysql : mysql-connector-java | jar | 8.0.25 |
| net.dv8tion : JDA | jar | 4.2.1_276 |