Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdorg.teknux |
ArtifactId | ArtifactIdjetty-bootstrap-parent |
Version | Version1.0.4 |
Type | Typepom |
Filename | Size |
---|---|
jetty-bootstrap-parent-1.0.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.teknux/jetty-bootstrap-parent/
implementation 'org.teknux:jetty-bootstrap-parent:1.0.4'
// https://jarcasting.com/artifacts/org.teknux/jetty-bootstrap-parent/
implementation ("org.teknux:jetty-bootstrap-parent:1.0.4")
'org.teknux:jetty-bootstrap-parent:pom:1.0.4'
<dependency org="org.teknux" name="jetty-bootstrap-parent" rev="1.0.4">
<artifact name="jetty-bootstrap-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.teknux', module='jetty-bootstrap-parent', version='1.0.4')
)
libraryDependencies += "org.teknux" % "jetty-bootstrap-parent" % "1.0.4"
[org.teknux/jetty-bootstrap-parent "1.0.4"]