this repository is deprecated, there is a more powerful framework https://github.com/featherfly/hammer instead
License |
License |
---|---|
Categories |
CategoriesFeather Application Layer Libs Dependency Injection ORM Data |
GroupId | GroupIdcn.featherfly |
ArtifactId | ArtifactIdfeatherfly-sorm |
Last Version | Last Version1.3.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfeatherfly-sorm
rwds
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
featherfly-sorm-1.3.9.pom | |
featherfly-sorm-1.3.9.jar | 39 KB |
featherfly-sorm-1.3.9-sources.jar | 24 KB |
featherfly-sorm-1.3.9-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.featherfly/featherfly-sorm/ -->
<dependency>
<groupId>cn.featherfly</groupId>
<artifactId>featherfly-sorm</artifactId>
<version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-sorm/
implementation 'cn.featherfly:featherfly-sorm:1.3.9'
// https://jarcasting.com/artifacts/cn.featherfly/featherfly-sorm/
implementation ("cn.featherfly:featherfly-sorm:1.3.9")
'cn.featherfly:featherfly-sorm:jar:1.3.9'
<dependency org="cn.featherfly" name="featherfly-sorm" rev="1.3.9">
<artifact name="featherfly-sorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.featherfly', module='featherfly-sorm', version='1.3.9')
)
libraryDependencies += "cn.featherfly" % "featherfly-sorm" % "1.3.9"
[cn.featherfly/featherfly-sorm "1.3.9"]
Group / Artifact | Type | Version |
---|---|---|
cn.featherfly : featherfly-db | jar | 1.5.6 |
org.springframework : spring-jdbc | jar | 5.2.1.RELEASE |
org.hibernate.javax.persistence : hibernate-jpa-2.1-api | jar | 1.0.2.Final |
org.hibernate.validator : hibernate-validator | jar | 6.0.18.Final |
this repository is deprecated, there is a more powerful framework https://github.com/featherfly/hammer instead