не последняя версия
Последняя версия 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)

Группа

Группа

com.kncept.httpserver
Идентификатор

Идентификатор

http-parent
Версия

Версия

0.9.0
Тип

Тип

pom

Скачать http-parent 0.9.0

Имя Файла Размер
http-parent-0.9.0.pom 3 KB
Обзор

<!-- 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"]