| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.dev-smart |
| Идентификатор | Идентификаторminiweb-core |
| Последняя версия | Последняя версия0.1.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMiniweb-core
Miniweb is an embedded webserver for Java.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| miniweb-core-0.1.5.pom | |
| miniweb-core-0.1.5.jar | 38 KB |
| miniweb-core-0.1.5-sources.jar | 18 KB |
| miniweb-core-0.1.5-javadoc.jar | 89 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.dev-smart/miniweb-core/ -->
<dependency>
<groupId>com.dev-smart</groupId>
<artifactId>miniweb-core</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.dev-smart/miniweb-core/
implementation 'com.dev-smart:miniweb-core:0.1.5'
// https://jarcasting.com/artifacts/com.dev-smart/miniweb-core/
implementation ("com.dev-smart:miniweb-core:0.1.5")
'com.dev-smart:miniweb-core:jar:0.1.5'
<dependency org="com.dev-smart" name="miniweb-core" rev="0.1.5">
<artifact name="miniweb-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dev-smart', module='miniweb-core', version='0.1.5')
)
libraryDependencies += "com.dev-smart" % "miniweb-core" % "0.1.5"
[com.dev-smart/miniweb-core "0.1.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpcore | jar | 4.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.8 |
| com.google.code.gson : gson | jar | 2.2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.3.4 |
| junit : junit | jar | 4.11 |
| org.slf4j : slf4j-simple | jar | 1.7.8 |