| License |
License |
|---|---|
| GroupId | GroupIdcc.jweb |
| ArtifactId | ArtifactIdjweb-boot |
| Version | Version1.0.3 |
| 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.3.pom | |
| jweb-boot-1.0.3.jar | 460 KB |
| jweb-boot-1.0.3-sources.jar | 376 KB |
| jweb-boot-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/cc.jweb/jweb-boot/
implementation 'cc.jweb:jweb-boot:1.0.3'
// https://jarcasting.com/artifacts/cc.jweb/jweb-boot/
implementation ("cc.jweb:jweb-boot:1.0.3")
'cc.jweb:jweb-boot:jar:1.0.3'
<dependency org="cc.jweb" name="jweb-boot" rev="1.0.3">
<artifact name="jweb-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.jweb', module='jweb-boot', version='1.0.3')
)
libraryDependencies += "cc.jweb" % "jweb-boot" % "1.0.3"
[cc.jweb/jweb-boot "1.0.3"]