cattle-orm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yqpkj.fdf</groupId>
<artifactId>cattle-orm</artifactId>
<version>1.0.16</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.yqpkj.fdf</groupId> <artifactId>cattle</artifactId> <version>1.0.16</version> </parent> <artifactId>cattle-orm</artifactId> <packaging>pom</packaging> <name>cattle-orm</name> <url>https://gitee.com/yqpkj/cattle.git</url> <description>fast develop framework(cattle) orm</description> <modules> <module>cattle-orm-ebean</module> <module>cattle-orm-mybatis</module> </modules> </project>