is not current version
Last Version 1.0.14

org.teknux:jetty-bootstrap 1.0.0

The Open Source Jetty starter kit library to quickly build standalone application

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

org.teknux
ArtifactId

ArtifactId

jetty-bootstrap
Version

Version

1.0.0
Type

Type

jar

Download jetty-bootstrap 1.0.0


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