Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdio.leopard |
ArtifactId | ArtifactIdleopard-jetty |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
leopard-jetty-0.0.3.pom | |
leopard-jetty-0.0.3.jar | 18 KB |
leopard-jetty-0.0.3-sources.jar | 13 KB |
leopard-jetty-0.0.3-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard/leopard-jetty/ -->
<dependency>
<groupId>io.leopard</groupId>
<artifactId>leopard-jetty</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty/
implementation 'io.leopard:leopard-jetty:0.0.3'
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty/
implementation ("io.leopard:leopard-jetty:0.0.3")
'io.leopard:leopard-jetty:jar:0.0.3'
<dependency org="io.leopard" name="leopard-jetty" rev="0.0.3">
<artifact name="leopard-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard-jetty', version='0.0.3')
)
libraryDependencies += "io.leopard" % "leopard-jetty" % "0.0.3"
[io.leopard/leopard-jetty "0.0.3"]