| Группа | Группаcom.github.draylar |
|---|---|
| Идентификатор | ИдентификаторCMC_APIWrapper |
| Версия | Версия1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| CMC_APIWrapper-1.0.pom | |
| CMC_APIWrapper-1.0.jar | 4 KB |
| CMC_APIWrapper-1.0-sources.jar | 4 KB |
| CMC_APIWrapper-1.0-jar-with-dependencies.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.draylar/CMC_APIWrapper/ -->
<dependency>
<groupId>com.github.draylar</groupId>
<artifactId>CMC_APIWrapper</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.draylar/CMC_APIWrapper/
implementation 'com.github.draylar:CMC_APIWrapper:1.0'
// https://jarcasting.com/artifacts/com.github.draylar/CMC_APIWrapper/
implementation ("com.github.draylar:CMC_APIWrapper:1.0")
'com.github.draylar:CMC_APIWrapper:pom:1.0'
<dependency org="com.github.draylar" name="CMC_APIWrapper" rev="1.0">
<artifact name="CMC_APIWrapper" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.draylar', module='CMC_APIWrapper', version='1.0')
)
libraryDependencies += "com.github.draylar" % "CMC_APIWrapper" % "1.0"
[com.github.draylar/CMC_APIWrapper "1.0"]