xyz.xiezc:yao

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

License

License

Mulan Permissive Software License,Version 1
GroupId

GroupId

xyz.xiezc
ArtifactId

ArtifactId

yao
Last Version

Last Version

2.3
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

https://github.com/blanexie/Yao

Download yao

Filename Size
yao-2.3.pom 9 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
cn.hutool : hutool-all jar 5.3.0

provided (1)

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

Project Modules

  • xioc
  • xweb
  • xorm
  • example

Versions

Version
2.3
2.2
2.1
2.0
1.0