jap-http

抽象 javax.servlet.http 包下的类,包括:request、response、cookie、session,用来适配第三方框架,比如:blade、jakarta等

License

License

MIT
GroupId

GroupId

com.fujieid.jap.http
ArtifactId

ArtifactId

jap-http
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

jap-http
抽象 javax.servlet.http 包下的类,包括:request、response、cookie、session,用来适配第三方框架,比如:blade、jakarta等
Project URL

Project URL

https://gitee.com/fujieid/jap-http
Source Code Management

Source Code Management

https://gitee.com/fujieid/jap-http

Download jap-http

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0