| Categories |
CategoriesJetty Container Application Servers |
|---|---|
| GroupId | GroupIdorg.dbflute.jetty |
| ArtifactId | ArtifactIdjetty-boot |
| Version | Version0.4.8-RC3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jetty-boot-0.4.8-RC3.pom | |
| jetty-boot-0.4.8-RC3.jar | 15 KB |
| jetty-boot-0.4.8-RC3-sources.jar | 7 KB |
| jetty-boot-0.4.8-RC3-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dbflute.jetty/jetty-boot/ -->
<dependency>
<groupId>org.dbflute.jetty</groupId>
<artifactId>jetty-boot</artifactId>
<version>0.4.8-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.dbflute.jetty/jetty-boot/
implementation 'org.dbflute.jetty:jetty-boot:0.4.8-RC3'
// https://jarcasting.com/artifacts/org.dbflute.jetty/jetty-boot/
implementation ("org.dbflute.jetty:jetty-boot:0.4.8-RC3")
'org.dbflute.jetty:jetty-boot:jar:0.4.8-RC3'
<dependency org="org.dbflute.jetty" name="jetty-boot" rev="0.4.8-RC3">
<artifact name="jetty-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dbflute.jetty', module='jetty-boot', version='0.4.8-RC3')
)
libraryDependencies += "org.dbflute.jetty" % "jetty-boot" % "0.4.8-RC3"
[org.dbflute.jetty/jetty-boot "0.4.8-RC3"]