Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.ocraft |
ArtifactId | ArtifactIdocraft-s2client-protocol |
Version | Version0.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-protocol/ -->
<dependency>
<groupId>com.github.ocraft</groupId>
<artifactId>ocraft-s2client-protocol</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-protocol/
implementation 'com.github.ocraft:ocraft-s2client-protocol:0.4.3'
// https://jarcasting.com/artifacts/com.github.ocraft/ocraft-s2client-protocol/
implementation ("com.github.ocraft:ocraft-s2client-protocol:0.4.3")
'com.github.ocraft:ocraft-s2client-protocol:jar:0.4.3'
<dependency org="com.github.ocraft" name="ocraft-s2client-protocol" rev="0.4.3">
<artifact name="ocraft-s2client-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ocraft', module='ocraft-s2client-protocol', version='0.4.3')
)
libraryDependencies += "com.github.ocraft" % "ocraft-s2client-protocol" % "0.4.3"
[com.github.ocraft/ocraft-s2client-protocol "0.4.3"]