is not current version
Last Version 1.0.2

com.kncept.httpserver:http-parent 1.0.1

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

1.0.1
Type

Type

pom

Download http-parent 1.0.1

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

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