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