GroupId | GroupIdinfo.unterrainer.commons |
---|---|
ArtifactId | ArtifactIdhttp-server |
Version | Version0.1.26 |
Type | Typejar |
Filename | Size |
---|---|
http-server-0.1.26.pom | |
http-server-0.1.26.jar | 201 KB |
http-server-0.1.26-sources.jar | 77 KB |
http-server-0.1.26-javadoc.jar | 1009 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.unterrainer.commons/http-server/ -->
<dependency>
<groupId>info.unterrainer.commons</groupId>
<artifactId>http-server</artifactId>
<version>0.1.26</version>
</dependency>
// https://jarcasting.com/artifacts/info.unterrainer.commons/http-server/
implementation 'info.unterrainer.commons:http-server:0.1.26'
// https://jarcasting.com/artifacts/info.unterrainer.commons/http-server/
implementation ("info.unterrainer.commons:http-server:0.1.26")
'info.unterrainer.commons:http-server:jar:0.1.26'
<dependency org="info.unterrainer.commons" name="http-server" rev="0.1.26">
<artifact name="http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='info.unterrainer.commons', module='http-server', version='0.1.26')
)
libraryDependencies += "info.unterrainer.commons" % "http-server" % "0.1.26"
[info.unterrainer.commons/http-server "0.1.26"]