| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.org.retep.microkernel |
| Идентификатор | Идентификаторdoc |
| Последняя версия | Последняя версия10.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеretepMicroKernel Documentation
The retepMicroKernel Spring application container.
To build the binaries, change directory into the launcher module
and run maven there.
To build the examples, change directory into the example module
and run maven there.
For a full build (including releases), run maven on the following
directories in this order:
launcher (on each supported platform)
maven
root pom
examples (optional)
|
| Имя Файла | Размер |
|---|---|
| doc-10.1.pom | |
| doc-10.1.jar | 2 KB |
| doc-10.1-tests.jar | 2 KB |
| doc-10.1-sources.jar | 317 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.org.retep.microkernel/doc/ -->
<dependency>
<groupId>uk.org.retep.microkernel</groupId>
<artifactId>doc</artifactId>
<version>10.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/doc/
implementation 'uk.org.retep.microkernel:doc:10.1'
// https://jarcasting.com/artifacts/uk.org.retep.microkernel/doc/
implementation ("uk.org.retep.microkernel:doc:10.1")
'uk.org.retep.microkernel:doc:jar:10.1'
<dependency org="uk.org.retep.microkernel" name="doc" rev="10.1">
<artifact name="doc" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep.microkernel', module='doc', version='10.1')
)
libraryDependencies += "uk.org.retep.microkernel" % "doc" % "10.1"
[uk.org.retep.microkernel/doc "10.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |