| License |
License |
|---|---|
| GroupId | GroupIdcc.jweb |
| ArtifactId | ArtifactIdjweb-boot |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjweb-boot
Jweb boot is developed and enhanced based on jfinal + jboot + undertow.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jweb-boot-1.0.5.pom | |
| jweb-boot-1.0.5.jar | 460 KB |
| jweb-boot-1.0.5-sources.jar | 377 KB |
| jweb-boot-1.0.5-javadoc.jar | 338 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.jweb/jweb-boot/ -->
<dependency>
<groupId>cc.jweb</groupId>
<artifactId>jweb-boot</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cc.jweb/jweb-boot/
implementation 'cc.jweb:jweb-boot:1.0.5'
// https://jarcasting.com/artifacts/cc.jweb/jweb-boot/
implementation ("cc.jweb:jweb-boot:1.0.5")
'cc.jweb:jweb-boot:jar:1.0.5'
<dependency org="cc.jweb" name="jweb-boot" rev="1.0.5">
<artifact name="jweb-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.jweb', module='jweb-boot', version='1.0.5')
)
libraryDependencies += "cc.jweb" % "jweb-boot" % "1.0.5"
[cc.jweb/jweb-boot "1.0.5"]