xweb

一个依赖注入的框架, 整合netty 提供类似springMvc的能力。 整合mybatis提供类似mybatis-spring的能力。

License

License

Mulan Permissive Software License,Version 1
GroupId

GroupId

xyz.xiezc
ArtifactId

ArtifactId

xweb
Last Version

Last Version

2.3
Release Date

Release Date

Type

Type

jar
Description

Description

xweb
一个依赖注入的框架, 整合netty 提供类似springMvc的能力。 整合mybatis提供类似mybatis-spring的能力。
Project URL

Project URL

http://www.example.com

Download xweb

How to add to project

<!-- https://jarcasting.com/artifacts/xyz.xiezc/xweb/ -->
<dependency>
    <groupId>xyz.xiezc</groupId>
    <artifactId>xweb</artifactId>
    <version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.xiezc/xweb/
implementation 'xyz.xiezc:xweb:2.3'
// https://jarcasting.com/artifacts/xyz.xiezc/xweb/
implementation ("xyz.xiezc:xweb:2.3")
'xyz.xiezc:xweb:jar:2.3'
<dependency org="xyz.xiezc" name="xweb" rev="2.3">
  <artifact name="xweb" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.xiezc', module='xweb', version='2.3')
)
libraryDependencies += "xyz.xiezc" % "xweb" % "2.3"
[xyz.xiezc/xweb "2.3"]

Dependencies

compile (3)

Group / Artifact Type Version
xyz.xiezc : xioc jar 2.3
io.netty : netty-all jar 4.1.49.Final
cn.hutool : hutool-all jar 5.3.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
2.3
2.2
2.1
2.0
1.0