License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.teknux |
ArtifactId | ArtifactIdjetty-bootstrap-parent |
Version | Version1.0.14 |
Type | Typepom |
Description |
DescriptionJetty Bootstrap : Parent
The Open Source Jetty starter kit library to quickly build standalone application
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jetty-bootstrap-parent-1.0.14.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.teknux/jetty-bootstrap-parent/ -->
<dependency>
<groupId>org.teknux</groupId>
<artifactId>jetty-bootstrap-parent</artifactId>
<version>1.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.teknux/jetty-bootstrap-parent/
implementation 'org.teknux:jetty-bootstrap-parent:1.0.14'
// https://jarcasting.com/artifacts/org.teknux/jetty-bootstrap-parent/
implementation ("org.teknux:jetty-bootstrap-parent:1.0.14")
'org.teknux:jetty-bootstrap-parent:pom:1.0.14'
<dependency org="org.teknux" name="jetty-bootstrap-parent" rev="1.0.14">
<artifact name="jetty-bootstrap-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.teknux', module='jetty-bootstrap-parent', version='1.0.14')
)
libraryDependencies += "org.teknux" % "jetty-bootstrap-parent" % "1.0.14"
[org.teknux/jetty-bootstrap-parent "1.0.14"]