GroupId | GroupIdio.hippochat |
---|---|
ArtifactId | ArtifactIdhippocall |
Version | Version3.0.9.1 |
Type | Typeaar |
Filename | Size |
---|---|
hippocall-3.0.9.1.pom | |
hippocall-3.0.9.1-sources.jar | 110 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hippochat/hippocall/ -->
<dependency>
<groupId>io.hippochat</groupId>
<artifactId>hippocall</artifactId>
<version>3.0.9.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.hippochat/hippocall/
implementation 'io.hippochat:hippocall:3.0.9.1'
// https://jarcasting.com/artifacts/io.hippochat/hippocall/
implementation ("io.hippochat:hippocall:3.0.9.1")
'io.hippochat:hippocall:aar:3.0.9.1'
<dependency org="io.hippochat" name="hippocall" rev="3.0.9.1">
<artifact name="hippocall" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.hippochat', module='hippocall', version='3.0.9.1')
)
libraryDependencies += "io.hippochat" % "hippocall" % "3.0.9.1"
[io.hippochat/hippocall "3.0.9.1"]