| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииBootique Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаio.bootique |
| Идентификатор | Идентификаторbootique |
| Последняя версия | Последняя версия2.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbootique: core of Bootique launcher and integration framework
Bootique is a simple DI-based framework for launching command-line Java applications
of any kind. Be it webservices, webapps, jobs, etc.
|
| Организация-разработчик |
Организация-разработчикObjectStyle LLC |
| Имя Файла | Размер |
|---|---|
| bootique-2.0.1.pom | |
| bootique-2.0.1.jar | 247 KB |
| bootique-2.0.1-sources.jar | 183 KB |
| bootique-2.0.1-javadoc.jar | 802 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.bootique/bootique/ -->
<dependency>
<groupId>io.bootique</groupId>
<artifactId>bootique</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique/bootique/
implementation 'io.bootique:bootique:2.0.1'
// https://jarcasting.com/artifacts/io.bootique/bootique/
implementation ("io.bootique:bootique:2.0.1")
'io.bootique:bootique:jar:2.0.1'
<dependency org="io.bootique" name="bootique" rev="2.0.1">
<artifact name="bootique" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique', module='bootique', version='2.0.1')
)
libraryDependencies += "io.bootique" % "bootique" % "2.0.1"
[io.bootique/bootique "2.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.bootique.di : bootique-di | jar | 2.0.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.6.1 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.6 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.6 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.12.6 |
| net.sf.jopt-simple : jopt-simple | jar | 5.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |
| org.mockito : mockito-core | jar | 3.9.0 |
| org.eclipse.jetty : jetty-server | jar | 9.4.43.v20210629 |
| org.eclipse.jetty : jetty-servlet | jar | 9.4.43.v20210629 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |