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