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