| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.org.retep.microkernel.web |
| Идентификатор | Идентификаторcore |
| Последняя версия | Последняя версия10.5.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеretepMicroKernel Web Core
Common classes for embeded web servers.
In 99% of cases, user applications should just refer to this module
and then include one of the required integrations (jetty, grizzly etc)
within their application assembly modules. This then allows the
underlying webserver to be swapped out easily.
|
| Имя Файла | Размер |
|---|---|
| core-10.5.1.pom | |
| core-10.5.1.jar | 7 KB |
| core-10.5.1-tests.jar | 1 KB |
| core-10.5.1-sources.jar | 4 KB |
| core-10.5.1-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/core/ -->
<dependency>
<groupId>uk.org.retep.microkernel.web</groupId>
<artifactId>core</artifactId>
<version>10.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/core/
implementation 'uk.org.retep.microkernel.web:core:10.5.1'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel.web/core/
implementation ("uk.org.retep.microkernel.web:core:10.5.1")
'uk.org.retep.microkernel.web:core:jar:10.5.1'
<dependency org="uk.org.retep.microkernel.web" name="core" rev="10.5.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel.web', module='core', version='10.5.1')
)
libraryDependencies += "uk.org.retep.microkernel.web" % "core" % "10.5.1"
[uk.org.retep.microkernel.web/core "10.5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.tools : annotations | jar | 10.5.1 |
| uk.org.retep.tools : jaxb | jar | 10.5.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.microkernel : module | jar | 10.5.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.microkernel : logger | jar | 10.5.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |