| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииnanohttpd Сеть Networking |
| Группа | Группаcom.github.mike10004 |
| Идентификатор | Идентификаторnanohttpd-server |
| Последняя версия | Последняя версия0.15 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеnanohttpd-server
Library that helps you use NanoHTTPD in your code
|
| Имя Файла | Размер |
|---|---|
| nanohttpd-server-0.15.pom | |
| nanohttpd-server-0.15.jar | 18 KB |
| nanohttpd-server-0.15-sources.jar | 6 KB |
| nanohttpd-server-0.15-javadoc.jar | 55 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/nanohttpd-server/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>nanohttpd-server</artifactId>
<version>0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/nanohttpd-server/
implementation 'com.github.mike10004:nanohttpd-server:0.15'
// https://jarcasting.com/artifacts/com.github.mike10004/nanohttpd-server/
implementation ("com.github.mike10004:nanohttpd-server:0.15")
'com.github.mike10004:nanohttpd-server:jar:0.15'
<dependency org="com.github.mike10004" name="nanohttpd-server" rev="0.15">
<artifact name="nanohttpd-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='nanohttpd-server', version='0.15')
)
libraryDependencies += "com.github.mike10004" % "nanohttpd-server" % "0.15"
[com.github.mike10004/nanohttpd-server "0.15"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 23.6-jre |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.commons : commons-lang3 | jar | 3.6 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.5.5 |
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-jdk14 | jar | 1.7.25 |
| org.apache.commons : commons-text | jar | 1.9 |