GroupId | GroupIdio.hippochat |
---|---|
ArtifactId | ArtifactIdhippoagentsdk |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
hippoagentsdk-1.0.0.pom | |
hippoagentsdk-1.0.0.aar | 6 MB |
hippoagentsdk-1.0.0-sources.jar | 1 MB |
hippoagentsdk-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.hippochat/hippoagentsdk/ -->
<dependency>
<groupId>io.hippochat</groupId>
<artifactId>hippoagentsdk</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.hippochat/hippoagentsdk/
implementation 'io.hippochat:hippoagentsdk:1.0.0'
// https://jarcasting.com/artifacts/io.hippochat/hippoagentsdk/
implementation ("io.hippochat:hippoagentsdk:1.0.0")
'io.hippochat:hippoagentsdk:aar:1.0.0'
<dependency org="io.hippochat" name="hippoagentsdk" rev="1.0.0">
<artifact name="hippoagentsdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.hippochat', module='hippoagentsdk', version='1.0.0')
)
libraryDependencies += "io.hippochat" % "hippoagentsdk" % "1.0.0"
[io.hippochat/hippoagentsdk "1.0.0"]