Categories |
CategoriesJetty Container Application Servers |
---|---|
GroupId | GroupIdcom.github.luanhaipeng |
ArtifactId | ArtifactIdjettyboot |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
jettyboot-1.0.11.pom | |
jettyboot-1.0.11.jar | 57 KB |
jettyboot-1.0.11-sources.jar | 31 KB |
jettyboot-1.0.11-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luanhaipeng/jettyboot/ -->
<dependency>
<groupId>com.github.luanhaipeng</groupId>
<artifactId>jettyboot</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luanhaipeng/jettyboot/
implementation 'com.github.luanhaipeng:jettyboot:1.0.11'
// https://jarcasting.com/artifacts/com.github.luanhaipeng/jettyboot/
implementation ("com.github.luanhaipeng:jettyboot:1.0.11")
'com.github.luanhaipeng:jettyboot:jar:1.0.11'
<dependency org="com.github.luanhaipeng" name="jettyboot" rev="1.0.11">
<artifact name="jettyboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luanhaipeng', module='jettyboot', version='1.0.11')
)
libraryDependencies += "com.github.luanhaipeng" % "jettyboot" % "1.0.11"
[com.github.luanhaipeng/jettyboot "1.0.11"]