GroupId | GroupIdtop.hserver |
---|---|
ArtifactId | ArtifactIdHServer |
Version | Version2.9.36-test |
Type | Typejar |
Filename | Size |
---|---|
HServer-2.9.36-test.pom | |
HServer-2.9.36-test.jar | 273 KB |
HServer-2.9.36-test-sources.jar | 175 KB |
HServer-2.9.36-test-javadoc.jar | 944 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.hserver/HServer/ -->
<dependency>
<groupId>top.hserver</groupId>
<artifactId>HServer</artifactId>
<version>2.9.36-test</version>
</dependency>
// https://jarcasting.com/artifacts/top.hserver/HServer/
implementation 'top.hserver:HServer:2.9.36-test'
// https://jarcasting.com/artifacts/top.hserver/HServer/
implementation ("top.hserver:HServer:2.9.36-test")
'top.hserver:HServer:jar:2.9.36-test'
<dependency org="top.hserver" name="HServer" rev="2.9.36-test">
<artifact name="HServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.hserver', module='HServer', version='2.9.36-test')
)
libraryDependencies += "top.hserver" % "HServer" % "2.9.36-test"
[top.hserver/HServer "2.9.36-test"]