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