xyz.xiezc:example

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

License

License

Mulan Permissive Software License,Version 1
GroupId

GroupId

xyz.xiezc
ArtifactId

ArtifactId

example
Last Version

Last Version

2.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download example

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
xyz.xiezc : xioc jar 2.3
xyz.xiezc : xorm jar 2.3
xyz.xiezc : xweb jar 2.3
mysql : mysql-connector-java jar 8.0.20
com.alibaba : druid jar 1.1.22
cn.hutool : hutool-all jar 5.3.0

provided (1)

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.3
2.2
2.1
2.0
1.0