com.github.codemonstur:simplehttp

An wrapper around the built in HTTP server

Лицензия

Лицензия

Группа

Группа

com.github.codemonstur
Идентификатор

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

simplehttp
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

com.github.codemonstur:simplehttp
An wrapper around the built in HTTP server

Скачать simplehttp

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.codemonstur/simplehttp/ -->
<dependency>
    <groupId>com.github.codemonstur</groupId>
    <artifactId>simplehttp</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/simplehttp/
implementation 'com.github.codemonstur:simplehttp:1.1.0'
// https://jarcasting.com/artifacts/com.github.codemonstur/simplehttp/
implementation ("com.github.codemonstur:simplehttp:1.1.0")
'com.github.codemonstur:simplehttp:jar:1.1.0'
<dependency org="com.github.codemonstur" name="simplehttp" rev="1.1.0">
  <artifact name="simplehttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='simplehttp', version='1.1.0')
)
libraryDependencies += "com.github.codemonstur" % "simplehttp" % "1.1.0"
[com.github.codemonstur/simplehttp "1.1.0"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Build Status GitHub Release Maven Central MIT Licence

Simple HTTP

A wrapper around the built in sun HTTP server. Adds some basic stuff and can be compiled with graal.

Версии библиотеки

Версия
1.1.0
1.0.0