is not current version
Last Version 2.3

xyz.xiezc:xorm 2.1


Categories

Categories

ORM Data
GroupId

GroupId

xyz.xiezc
ArtifactId

ArtifactId

xorm
Version

Version

2.1
Type

Type

jar

Download xorm 2.1


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