koncept http parent

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

License

License

GroupId

GroupId

com.kncept.httpserver
ArtifactId

ArtifactId

http-parent
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

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

Download http-parent

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

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • java-provider
  • http-utils
  • koncept-full
  • http-spec-tests

Versions

Version
1.0.2
1.0.1
1.0.0
0.9.0
0.8.0