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