Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdio.leopard |
ArtifactId | ArtifactIdmyjetty |
Version | Version0.9.11 |
Type | Typepom |
Filename | Size |
---|---|
myjetty-0.9.11.pom | 813 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard/myjetty/ -->
<dependency>
<groupId>io.leopard</groupId>
<artifactId>myjetty</artifactId>
<version>0.9.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/myjetty/
implementation 'io.leopard:myjetty:0.9.11'
// https://jarcasting.com/artifacts/io.leopard/myjetty/
implementation ("io.leopard:myjetty:0.9.11")
'io.leopard:myjetty:pom:0.9.11'
<dependency org="io.leopard" name="myjetty" rev="0.9.11">
<artifact name="myjetty" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='myjetty', version='0.9.11')
)
libraryDependencies += "io.leopard" % "myjetty" % "0.9.11"
[io.leopard/myjetty "0.9.11"]