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