GroupId | GroupIdio.hippochat |
---|---|
ArtifactId | ArtifactIdhippo |
Version | Version3.0.10.5 |
Type | Typeaar |
Filename | Size |
---|---|
hippo-3.0.10.5.pom | |
hippo-3.0.10.5.aar | 5 MB |
hippo-3.0.10.5-sources.jar | 748 KB |
hippo-3.0.10.5-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.hippochat/hippo/ -->
<dependency>
<groupId>io.hippochat</groupId>
<artifactId>hippo</artifactId>
<version>3.0.10.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.hippochat/hippo/
implementation 'io.hippochat:hippo:3.0.10.5'
// https://jarcasting.com/artifacts/io.hippochat/hippo/
implementation ("io.hippochat:hippo:3.0.10.5")
'io.hippochat:hippo:aar:3.0.10.5'
<dependency org="io.hippochat" name="hippo" rev="3.0.10.5">
<artifact name="hippo" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.hippochat', module='hippo', version='3.0.10.5')
)
libraryDependencies += "io.hippochat" % "hippo" % "3.0.10.5"
[io.hippochat/hippo "3.0.10.5"]