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