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