is not current version
Last Version 0.5.1

org.dbflute.jetty:jetty-boot 0.4.9-RC1

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-RC1
Type

Type

jar

Download jetty-boot 0.4.9-RC1


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