| License |
License |
|---|---|
| GroupId | GroupIdcom.github.steveice10 |
| ArtifactId | ArtifactIdopenclassicapi |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpenClassicAPI
The open source API for the custom Minecraft Classic server OpenClassic.
|
| Filename | Size |
|---|---|
| openclassicapi-1.0.pom | |
| openclassicapi-1.0.jar | 322 KB |
| openclassicapi-1.0-sources.jar | 32 KB |
| openclassicapi-1.0-javadoc.jar | 354 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.steveice10/openclassicapi/ -->
<dependency>
<groupId>com.github.steveice10</groupId>
<artifactId>openclassicapi</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.steveice10/openclassicapi/
implementation 'com.github.steveice10:openclassicapi:1.0'
// https://jarcasting.com/artifacts/com.github.steveice10/openclassicapi/
implementation ("com.github.steveice10:openclassicapi:1.0")
'com.github.steveice10:openclassicapi:jar:1.0'
<dependency org="com.github.steveice10" name="openclassicapi" rev="1.0">
<artifact name="openclassicapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.steveice10', module='openclassicapi', version='1.0')
)
libraryDependencies += "com.github.steveice10" % "openclassicapi" % "1.0"
[com.github.steveice10/openclassicapi "1.0"]