License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdcom.github.linushp |
ArtifactId | ArtifactIdjettyboot |
Last Version | Last Version1.0.0 |
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.0.pom | |
jettyboot-1.0.0.jar | 184 KB |
jettyboot-1.0.0-sources.jar | 102 KB |
jettyboot-1.0.0-javadoc.jar | 810 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.linushp/jettyboot/ -->
<dependency>
<groupId>com.github.linushp</groupId>
<artifactId>jettyboot</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.linushp/jettyboot/
implementation 'com.github.linushp:jettyboot:1.0.0'
// https://jarcasting.com/artifacts/com.github.linushp/jettyboot/
implementation ("com.github.linushp:jettyboot:1.0.0")
'com.github.linushp:jettyboot:jar:1.0.0'
<dependency org="com.github.linushp" name="jettyboot" rev="1.0.0">
<artifact name="jettyboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.linushp', module='jettyboot', version='1.0.0')
)
libraryDependencies += "com.github.linushp" % "jettyboot" % "1.0.0"
[com.github.linushp/jettyboot "1.0.0"]
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 |