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