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