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