Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.hippo-band |
ArtifactId | ArtifactIdhippo-client |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
hippo-client-0.0.1.pom | |
hippo-client-0.0.1.jar | 9 KB |
hippo-client-0.0.1-sources.jar | 3 KB |
hippo-client-0.0.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hippo-band/hippo-client/ -->
<dependency>
<groupId>com.github.hippo-band</groupId>
<artifactId>hippo-client</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-client/
implementation 'com.github.hippo-band:hippo-client:0.0.1'
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-client/
implementation ("com.github.hippo-band:hippo-client:0.0.1")
'com.github.hippo-band:hippo-client:jar:0.0.1'
<dependency org="com.github.hippo-band" name="hippo-client" rev="0.0.1">
<artifact name="hippo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippo-band', module='hippo-client', version='0.0.1')
)
libraryDependencies += "com.github.hippo-band" % "hippo-client" % "0.0.1"
[com.github.hippo-band/hippo-client "0.0.1"]