| Categories |
CategoriesJetty Container Application Servers Bootique User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdio.bootique.jetty |
| ArtifactId | ArtifactIdbootique-jetty-parent |
| Version | Version1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| bootique-jetty-parent-1.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-parent/ -->
<dependency>
<groupId>io.bootique.jetty</groupId>
<artifactId>bootique-jetty-parent</artifactId>
<version>1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-parent/
implementation 'io.bootique.jetty:bootique-jetty-parent:1.1'
// https://jarcasting.com/artifacts/io.bootique.jetty/bootique-jetty-parent/
implementation ("io.bootique.jetty:bootique-jetty-parent:1.1")
'io.bootique.jetty:bootique-jetty-parent:pom:1.1'
<dependency org="io.bootique.jetty" name="bootique-jetty-parent" rev="1.1">
<artifact name="bootique-jetty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jetty', module='bootique-jetty-parent', version='1.1')
)
libraryDependencies += "io.bootique.jetty" % "bootique-jetty-parent" % "1.1"
[io.bootique.jetty/bootique-jetty-parent "1.1"]