is not current version
Last Version 1.3.0.RELEASE

cn.dreampie:resty-orm 1.0

Resty orm

Categories

Categories

ORM Data
GroupId

GroupId

cn.dreampie
ArtifactId

ArtifactId

resty-orm
Version

Version

1.0
Type

Type

jar

Download resty-orm 1.0


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