Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdio.leopard |
ArtifactId | ArtifactIdleopard-jetty-handler |
Version | Version0.9.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.leopard/leopard-jetty-handler/ -->
<dependency>
<groupId>io.leopard</groupId>
<artifactId>leopard-jetty-handler</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty-handler/
implementation 'io.leopard:leopard-jetty-handler:0.9.8'
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty-handler/
implementation ("io.leopard:leopard-jetty-handler:0.9.8")
'io.leopard:leopard-jetty-handler:jar:0.9.8'
<dependency org="io.leopard" name="leopard-jetty-handler" rev="0.9.8">
<artifact name="leopard-jetty-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard-jetty-handler', version='0.9.8')
)
libraryDependencies += "io.leopard" % "leopard-jetty-handler" % "0.9.8"
[io.leopard/leopard-jetty-handler "0.9.8"]