| License |
License |
|---|---|
| GroupId | GroupIdcom.fenglinga |
| ArtifactId | ArtifactIdtinyspring |
| Last Version | Last Version1.0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.tiny.spring
A simple and flexible web service framework based on Mina
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tinyspring-1.0.7.pom | |
| tinyspring-1.0.7.jar | 178 KB |
| tinyspring-1.0.7-tests.jar | 3 KB |
| tinyspring-1.0.7-sources.jar | 117 KB |
| tinyspring-1.0.7-javadoc.jar | 511 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fenglinga/tinyspring/ -->
<dependency>
<groupId>com.fenglinga</groupId>
<artifactId>tinyspring</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.fenglinga/tinyspring/
implementation 'com.fenglinga:tinyspring:1.0.7'
// https://jarcasting.com/artifacts/com.fenglinga/tinyspring/
implementation ("com.fenglinga:tinyspring:1.0.7")
'com.fenglinga:tinyspring:jar:1.0.7'
<dependency org="com.fenglinga" name="tinyspring" rev="1.0.7">
<artifact name="tinyspring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fenglinga', module='tinyspring', version='1.0.7')
)
libraryDependencies += "com.fenglinga" % "tinyspring" % "1.0.7"
[com.fenglinga/tinyspring "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.29 |
| log4j : log4j | jar | 1.2.17 |
| com.alibaba : fastjson | jar | 1.2.62 |
| org.apache.velocity : velocity | jar | 1.7 |
| mysql : mysql-connector-java | jar | 5.0.8 |
| org.apache.mina : mina-core | jar | 2.0.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |