| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcn.dreampie |
| ArtifactId | ArtifactIdresty-orm |
| Version | Version1.3.0.RELEASE |
| Type | Typejar |
| Description |
Descriptionresty-orm
Resty orm
|
| Filename | Size |
|---|---|
| resty-orm-1.3.0.RELEASE.pom | |
| resty-orm-1.3.0.RELEASE.jar | 77 KB |
| resty-orm-1.3.0.RELEASE-sources.jar | 45 KB |
| resty-orm-1.3.0.RELEASE-javadoc.jar | 343 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.dreampie/resty-orm/ -->
<dependency>
<groupId>cn.dreampie</groupId>
<artifactId>resty-orm</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dreampie/resty-orm/
implementation 'cn.dreampie:resty-orm:1.3.0.RELEASE'
// https://jarcasting.com/artifacts/cn.dreampie/resty-orm/
implementation ("cn.dreampie:resty-orm:1.3.0.RELEASE")
'cn.dreampie:resty-orm:jar:1.3.0.RELEASE'
<dependency org="cn.dreampie" name="resty-orm" rev="1.3.0.RELEASE">
<artifact name="resty-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dreampie', module='resty-orm', version='1.3.0.RELEASE')
)
libraryDependencies += "cn.dreampie" % "resty-orm" % "1.3.0.RELEASE"
[cn.dreampie/resty-orm "1.3.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.dreampie : resty-common | jar | 1.3.0.RELEASE |
| cn.dreampie : resty-cache | jar | 1.3.0.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| com.alibaba : fastjson | jar | 1.2.5 |
| net.sf.ehcache : ehcache-core | jar | 2.6.6 |
| com.alibaba : druid | jar | 1.0.13 |
| c3p0 : c3p0 | jar | 0.9.1.2 |
| mysql : mysql-connector-java | jar | 5.1.34 |
| ch.qos.logback : logback-classic | jar | 1.1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |