License |
License |
---|---|
GroupId | GroupIdcom.fujieid.jap.http |
ArtifactId | ArtifactIdjap-http |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjap-http
抽象 javax.servlet.http 包下的类,包括:request、response、cookie、session,用来适配第三方框架,比如:blade、jakarta等
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jap-http-1.0.0.pom | |
jap-http-1.0.0.jar | 8 KB |
jap-http-1.0.0-sources.jar | 8 KB |
jap-http-1.0.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fujieid.jap.http/jap-http/ -->
<dependency>
<groupId>com.fujieid.jap.http</groupId>
<artifactId>jap-http</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fujieid.jap.http/jap-http/
implementation 'com.fujieid.jap.http:jap-http:1.0.0'
// https://jarcasting.com/artifacts/com.fujieid.jap.http/jap-http/
implementation ("com.fujieid.jap.http:jap-http:1.0.0")
'com.fujieid.jap.http:jap-http:jar:1.0.0'
<dependency org="com.fujieid.jap.http" name="jap-http" rev="1.0.0">
<artifact name="jap-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fujieid.jap.http', module='jap-http', version='1.0.0')
)
libraryDependencies += "com.fujieid.jap.http" % "jap-http" % "1.0.0"
[com.fujieid.jap.http/jap-http "1.0.0"]