GroupId | GroupIdcom.github.ghostdogpr |
---|---|
ArtifactId | ArtifactIdcaliban_3 |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
caliban_3-1.3.3.pom | |
caliban_3-1.3.3.jar | 2 MB |
caliban_3-1.3.3-sources.jar | 94 KB |
caliban_3-1.3.3-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ghostdogpr/caliban_3/ -->
<dependency>
<groupId>com.github.ghostdogpr</groupId>
<artifactId>caliban_3</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ghostdogpr/caliban_3/
implementation 'com.github.ghostdogpr:caliban_3:1.3.3'
// https://jarcasting.com/artifacts/com.github.ghostdogpr/caliban_3/
implementation ("com.github.ghostdogpr:caliban_3:1.3.3")
'com.github.ghostdogpr:caliban_3:jar:1.3.3'
<dependency org="com.github.ghostdogpr" name="caliban_3" rev="1.3.3">
<artifact name="caliban_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ghostdogpr', module='caliban_3', version='1.3.3')
)
libraryDependencies += "com.github.ghostdogpr" % "caliban_3" % "1.3.3"
[com.github.ghostdogpr/caliban_3 "1.3.3"]