xyz.xiezc:xorm

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

License

License

Mulan Permissive Software License,Version 1
Categories

Categories

ORM Data
GroupId

GroupId

xyz.xiezc
ArtifactId

ArtifactId

xorm
Last Version

Last Version

2.3
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download xorm

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
xyz.xiezc : xioc jar 2.3
org.mybatis : mybatis jar 3.5.4
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