| License |
License |
|---|---|
| Categories |
CategoriesBootique User Interface Web Frameworks |
| GroupId | GroupIdio.bootique |
| ArtifactId | ArtifactIdbootique |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbootique: 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.
|
| Project Organization |
Project OrganizationObjectStyle LLC |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |