is not current version
Last Version 2.0.1

bootique: core of Bootique launcher and integration framework 2.0.M1

Bootique is a simple DI-based framework for launching command-line Java applications of any kind. Be it webservices, webapps, jobs, etc.

License

License

Categories

Categories

Bootique User Interface Web Frameworks
GroupId

GroupId

io.bootique
ArtifactId

ArtifactId

bootique
Version

Version

2.0.M1
Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

ObjectStyle LLC

Download bootique 2.0.M1


<!-- https://jarcasting.com/artifacts/io.bootique/bootique/ -->
<dependency>
    <groupId>io.bootique</groupId>
    <artifactId>bootique</artifactId>
    <version>2.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique/bootique/
implementation 'io.bootique:bootique:2.0.M1'
// https://jarcasting.com/artifacts/io.bootique/bootique/
implementation ("io.bootique:bootique:2.0.M1")
'io.bootique:bootique:jar:2.0.M1'
<dependency org="io.bootique" name="bootique" rev="2.0.M1">
  <artifact name="bootique" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique', module='bootique', version='2.0.M1')
)
libraryDependencies += "io.bootique" % "bootique" % "2.0.M1"
[io.bootique/bootique "2.0.M1"]

Dependencies

compile (6)

Group / Artifact Type Version
io.bootique.di : bootique-di jar 2.0.M1
com.fasterxml.jackson.core : jackson-databind jar 2.10.3
com.fasterxml.jackson.core : jackson-annotations jar 2.10.3
com.fasterxml.jackson.core : jackson-core jar 2.10.3
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar 2.10.3
net.sf.jopt-simple : jopt-simple jar 5.0.3

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.mockito : mockito-core jar 3.3.3
org.eclipse.jetty : jetty-server jar 9.4.31.v20200723
org.eclipse.jetty : jetty-servlet jar 9.4.31.v20200723
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.