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