xyz.xiezc:xioc

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

License

License

Mulan Permissive Software License,Version 1
GroupId

GroupId

xyz.xiezc
ArtifactId

ArtifactId

xioc
Last Version

Last Version

2.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download xioc

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
cn.hutool : hutool-all jar 5.3.0
org.ow2.asm : asm jar 8.0.1
cglib : cglib jar 3.3.0
org.jetbrains : annotations jar 13.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