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