is not current version
Last Version 0.5.1

org.dbflute.jetty:jetty-boot 0.4.9

boot library for web application by Jetty

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.dbflute.jetty
ArtifactId

ArtifactId

jetty-boot
Version

Version

0.4.9
Type

Type

jar

Download jetty-boot 0.4.9


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