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