GroupId | GroupIdcom.github.hippo-band |
---|---|
ArtifactId | ArtifactIdhippo-server |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
hippo-server-1.0.2.pom | |
hippo-server-1.0.2.jar | 12 KB |
hippo-server-1.0.2-sources.jar | 5 KB |
hippo-server-1.0.2-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>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-server/
implementation 'com.github.hippo-band:hippo-server:1.0.2'
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-server/
implementation ("com.github.hippo-band:hippo-server:1.0.2")
'com.github.hippo-band:hippo-server:jar:1.0.2'
<dependency org="com.github.hippo-band" name="hippo-server" rev="1.0.2">
<artifact name="hippo-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippo-band', module='hippo-server', version='1.0.2')
)
libraryDependencies += "com.github.hippo-band" % "hippo-server" % "1.0.2"
[com.github.hippo-band/hippo-server "1.0.2"]