Simple HTTP
A wrapper around the built in sun HTTP server. Adds some basic stuff and can be compiled with graal.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.codemonstur |
| Идентификатор | Идентификаторsimplehttp |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеcom.github.codemonstur:simplehttp
An wrapper around the built in HTTP server
|
| Имя Файла | Размер |
|---|---|
| simplehttp-1.1.0.pom | |
| simplehttp-1.1.0.jar | 29 KB |
| simplehttp-1.1.0-sources.jar | 16 KB |
| simplehttp-1.1.0-javadoc.jar | 536 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
A wrapper around the built in sun HTTP server. Adds some basic stuff and can be compiled with graal.