License |
License
Mulan Permissive Software License,Version 1
|
---|---|
GroupId | GroupIdxyz.xiezc |
ArtifactId | ArtifactIdxioc |
Last Version | Last Version2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Description一个依赖注入的框架, 整合netty 提供类似springMvc的能力。 整合mybatis提供类似mybatis-spring的能力。
|
Filename | Size |
---|---|
xioc-2.3.pom | |
xioc-2.3.jar | 92 KB |
xioc-2.3-sources.jar | 53 KB |
xioc-2.3-javadoc.jar | 796 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |