License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdcom.github.luanhaipeng |
ArtifactId | ArtifactIdjettyboot |
Last Version | Last Version1.0.50 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjettyboot
jetty boot Library, simple mvc and data ORM framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
jettyboot-1.0.50.pom | |
jettyboot-1.0.50.jar | 104 KB |
jettyboot-1.0.50-sources.jar | 58 KB |
jettyboot-1.0.50-javadoc.jar | 489 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luanhaipeng/jettyboot/ -->
<dependency>
<groupId>com.github.luanhaipeng</groupId>
<artifactId>jettyboot</artifactId>
<version>1.0.50</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luanhaipeng/jettyboot/
implementation 'com.github.luanhaipeng:jettyboot:1.0.50'
// https://jarcasting.com/artifacts/com.github.luanhaipeng/jettyboot/
implementation ("com.github.luanhaipeng:jettyboot:1.0.50")
'com.github.luanhaipeng:jettyboot:jar:1.0.50'
<dependency org="com.github.luanhaipeng" name="jettyboot" rev="1.0.50">
<artifact name="jettyboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luanhaipeng', module='jettyboot', version='1.0.50')
)
libraryDependencies += "com.github.luanhaipeng" % "jettyboot" % "1.0.50"
[com.github.luanhaipeng/jettyboot "1.0.50"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 9.4.11.v20180605 |
com.alibaba : fastjson | jar | 1.2.47 |
org.slf4j : slf4j-api | jar | 1.7.25 |