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