License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdio.leopard |
ArtifactId | ArtifactIdleopard-jetty |
Last Version | Last Version0.9.12 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLeopard-Jetty
通过main方法嵌入式运行Jetty,整个Eclipse工作区的工程代码修改后不需要打包即可生效。
|
Filename | Size |
---|---|
leopard-jetty-0.9.12.pom | |
leopard-jetty-0.9.12.jar | 18 KB |
leopard-jetty-0.9.12-sources.jar | 13 KB |
leopard-jetty-0.9.12-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard/leopard-jetty/ -->
<dependency>
<groupId>io.leopard</groupId>
<artifactId>leopard-jetty</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty/
implementation 'io.leopard:leopard-jetty:0.9.12'
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty/
implementation ("io.leopard:leopard-jetty:0.9.12")
'io.leopard:leopard-jetty:jar:0.9.12'
<dependency org="io.leopard" name="leopard-jetty" rev="0.9.12">
<artifact name="leopard-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard-jetty', version='0.9.12')
)
libraryDependencies += "io.leopard" % "leopard-jetty" % "0.9.12"
[io.leopard/leopard-jetty "0.9.12"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 9.4.5.v20170502 |
org.eclipse.jetty : jetty-servlet | jar | 9.4.5.v20170502 |
org.eclipse.jetty : jetty-proxy | jar | 9.4.5.v20170502 |
org.eclipse.jetty : jetty-rewrite | jar | 9.4.5.v20170502 |
org.eclipse.jetty : jetty-webapp | jar | 9.4.5.v20170502 |
org.eclipse.jetty.websocket : websocket-server | jar | 9.4.5.v20170502 |
org.eclipse.jetty : jetty-annotations | jar | 9.4.5.v20170502 |
org.ow2.asm : asm | jar | 5.0.3 |
org.ow2.asm : asm-commons | jar | 5.0.3 |
org.eclipse.jetty : jetty-jsp | jar | 9.3.0.M1 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
io.leopard : leopard-jetty-handler | jar | 0.9.12 |