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