is not current version
Last Version 1.0.2

com.kncept.httpserver:http-parent 0.9.0

An implementation of the Java HTTP Server (including the OpenJDK interfaces and provided implementation)

GroupId

GroupId

com.kncept.httpserver
ArtifactId

ArtifactId

http-parent
Version

Version

0.9.0
Type

Type

pom

Download http-parent 0.9.0

Filename Size
http-parent-0.9.0.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.kncept.httpserver/http-parent/ -->
<dependency>
    <groupId>com.kncept.httpserver</groupId>
    <artifactId>http-parent</artifactId>
    <version>0.9.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-parent/
implementation 'com.kncept.httpserver:http-parent:0.9.0'
// https://jarcasting.com/artifacts/com.kncept.httpserver/http-parent/
implementation ("com.kncept.httpserver:http-parent:0.9.0")
'com.kncept.httpserver:http-parent:pom:0.9.0'
<dependency org="com.kncept.httpserver" name="http-parent" rev="0.9.0">
  <artifact name="http-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kncept.httpserver', module='http-parent', version='0.9.0')
)
libraryDependencies += "com.kncept.httpserver" % "http-parent" % "0.9.0"
[com.kncept.httpserver/http-parent "0.9.0"]