dream-orm-tdengine
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.dream-orm</groupId>
<artifactId>dream-orm-tdengine</artifactId>
<version>1.4.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>dream-orm</artifactId>
<groupId>com.dream-orm</groupId>
<version>1.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>dream-orm-tdengine</name>
<artifactId>dream-orm-tdengine</artifactId>
<dependencies>
<dependency>
<groupId>com.dream-orm</groupId>
<artifactId>dream-orm-system</artifactId>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>com.dream-orm</groupId>
<artifactId>dream-orm-flex</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
</project>