| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.github.tonethink |
| ArtifactId | ArtifactIdHttpContext-web |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHttpContext-web Maven Webapp
HttpContext for manage request,response,session
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| HttpContext-web-1.0.0.pom | |
| HttpContext-web-1.0.0.jar | 3 KB |
| HttpContext-web-1.0.0-sources.jar | 466 bytes |
| HttpContext-web-1.0.0-javadoc.jar | 466 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonethink/HttpContext-web/ -->
<dependency>
<groupId>com.github.tonethink</groupId>
<artifactId>HttpContext-web</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonethink/HttpContext-web/
implementation 'com.github.tonethink:HttpContext-web:1.0.0'
// https://jarcasting.com/artifacts/com.github.tonethink/HttpContext-web/
implementation ("com.github.tonethink:HttpContext-web:1.0.0")
'com.github.tonethink:HttpContext-web:jar:1.0.0'
<dependency org="com.github.tonethink" name="HttpContext-web" rev="1.0.0">
<artifact name="HttpContext-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonethink', module='HttpContext-web', version='1.0.0')
)
libraryDependencies += "com.github.tonethink" % "HttpContext-web" % "1.0.0"
[com.github.tonethink/HttpContext-web "1.0.0"]