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