Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.ghostdogpr |
ArtifactId | ArtifactIdcaliban-client_2.12 |
Version | Version0.9.4 |
Type | Typejar |
Filename | Size |
---|---|
caliban-client_2.12-0.9.4.pom | |
caliban-client_2.12-0.9.4.jar | 250 KB |
caliban-client_2.12-0.9.4-sources.jar | 14 KB |
caliban-client_2.12-0.9.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ghostdogpr/caliban-client_2.12/ -->
<dependency>
<groupId>com.github.ghostdogpr</groupId>
<artifactId>caliban-client_2.12</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ghostdogpr/caliban-client_2.12/
implementation 'com.github.ghostdogpr:caliban-client_2.12:0.9.4'
// https://jarcasting.com/artifacts/com.github.ghostdogpr/caliban-client_2.12/
implementation ("com.github.ghostdogpr:caliban-client_2.12:0.9.4")
'com.github.ghostdogpr:caliban-client_2.12:jar:0.9.4'
<dependency org="com.github.ghostdogpr" name="caliban-client_2.12" rev="0.9.4">
<artifact name="caliban-client_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ghostdogpr', module='caliban-client_2.12', version='0.9.4')
)
libraryDependencies += "com.github.ghostdogpr" % "caliban-client_2.12" % "0.9.4"
[com.github.ghostdogpr/caliban-client_2.12 "0.9.4"]