| GroupId | GroupIdcom.github.draylar |
|---|---|
| ArtifactId | ArtifactIdCMC_APIWrapper |
| Version | Version1.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| CMC_APIWrapper-1.1.2.pom | 4 KB |
| CMC_APIWrapper-1.1.2-jar-with-dependencies.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.draylar/CMC_APIWrapper/ -->
<dependency>
<groupId>com.github.draylar</groupId>
<artifactId>CMC_APIWrapper</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.draylar/CMC_APIWrapper/
implementation 'com.github.draylar:CMC_APIWrapper:1.1.2'
// https://jarcasting.com/artifacts/com.github.draylar/CMC_APIWrapper/
implementation ("com.github.draylar:CMC_APIWrapper:1.1.2")
'com.github.draylar:CMC_APIWrapper:jar:1.1.2'
<dependency org="com.github.draylar" name="CMC_APIWrapper" rev="1.1.2">
<artifact name="CMC_APIWrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.draylar', module='CMC_APIWrapper', version='1.1.2')
)
libraryDependencies += "com.github.draylar" % "CMC_APIWrapper" % "1.1.2"
[com.github.draylar/CMC_APIWrapper "1.1.2"]