GroupId | GroupIdio.github.dailystruggle |
---|---|
ArtifactId | ArtifactIdCommandsAPI |
Version | Version1.0-ALPHA05 |
Type | Typejar |
Filename | Size |
---|---|
CommandsAPI-1.0-ALPHA05.pom | |
CommandsAPI-1.0-ALPHA05.jar | 78 KB |
CommandsAPI-1.0-ALPHA05-sources.jar | 13 KB |
CommandsAPI-1.0-ALPHA05-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dailystruggle/CommandsAPI/ -->
<dependency>
<groupId>io.github.dailystruggle</groupId>
<artifactId>CommandsAPI</artifactId>
<version>1.0-ALPHA05</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dailystruggle/CommandsAPI/
implementation 'io.github.dailystruggle:CommandsAPI:1.0-ALPHA05'
// https://jarcasting.com/artifacts/io.github.dailystruggle/CommandsAPI/
implementation ("io.github.dailystruggle:CommandsAPI:1.0-ALPHA05")
'io.github.dailystruggle:CommandsAPI:jar:1.0-ALPHA05'
<dependency org="io.github.dailystruggle" name="CommandsAPI" rev="1.0-ALPHA05">
<artifact name="CommandsAPI" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dailystruggle', module='CommandsAPI', version='1.0-ALPHA05')
)
libraryDependencies += "io.github.dailystruggle" % "CommandsAPI" % "1.0-ALPHA05"
[io.github.dailystruggle/CommandsAPI "1.0-ALPHA05"]