License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.dbflute.jetty |
ArtifactId | ArtifactIdjetty-boot |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty Boot
boot library for web application by Jetty
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jetty-boot-0.5.1.pom | |
jetty-boot-0.5.1.jar | 19 KB |
jetty-boot-0.5.1-sources.jar | 9 KB |
jetty-boot-0.5.1-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dbflute.jetty/jetty-boot/ -->
<dependency>
<groupId>org.dbflute.jetty</groupId>
<artifactId>jetty-boot</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dbflute.jetty/jetty-boot/
implementation 'org.dbflute.jetty:jetty-boot:0.5.1'
// https://jarcasting.com/artifacts/org.dbflute.jetty/jetty-boot/
implementation ("org.dbflute.jetty:jetty-boot:0.5.1")
'org.dbflute.jetty:jetty-boot:jar:0.5.1'
<dependency org="org.dbflute.jetty" name="jetty-boot" rev="0.5.1">
<artifact name="jetty-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dbflute.jetty', module='jetty-boot', version='0.5.1')
)
libraryDependencies += "org.dbflute.jetty" % "jetty-boot" % "0.5.1"
[org.dbflute.jetty/jetty-boot "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty.aggregate : jetty-all | jar | 9.4.42.v20210604 |
org.glassfish : javax.el | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.dbflute.utflute : utflute-core | jar | 0.9.3 |
org.slf4j : slf4j-api | jar | 1.7.12 |
ch.qos.logback : logback-classic | jar | 1.1.3 |