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