bootique-jetty
Provides Jetty integration with Bootique. Documentation and configuration reference is available here.
See usage example bootique-jetty-demo.
License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Bootique User Interface Web Frameworks |
GroupId | GroupIdcom.nhl.bootique.jetty |
ArtifactId | ArtifactIdbootique-jetty-parent |
Last Version | Last Version0.16 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbootique-jetty-parent: parent of Bootique/Jetty integration modules
Parent POM of Jetty and instrumented Jetty Bootique modules.
|
Project Organization |
Project OrganizationNational Hockey League |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bootique-jetty-parent-0.16.pom | 2 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.16</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.16'
// https://jarcasting.com/artifacts/com.nhl.bootique.jetty/bootique-jetty-parent/
implementation ("com.nhl.bootique.jetty:bootique-jetty-parent:0.16")
'com.nhl.bootique.jetty:bootique-jetty-parent:pom:0.16'
<dependency org="com.nhl.bootique.jetty" name="bootique-jetty-parent" rev="0.16">
<artifact name="bootique-jetty-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.jetty', module='bootique-jetty-parent', version='0.16')
)
libraryDependencies += "com.nhl.bootique.jetty" % "bootique-jetty-parent" % "0.16"
[com.nhl.bootique.jetty/bootique-jetty-parent "0.16"]
Provides Jetty integration with Bootique. Documentation and configuration reference is available here.
See usage example bootique-jetty-demo.