ibiz-plugin-centralstudio-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-plugin-centralstudio-core</artifactId>
<version>8.1.0.567.22</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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-plugin</artifactId>
<version>8.1.0.567.22</version>
</parent>
<artifactId>ibiz-plugin-centralstudio-core</artifactId>
<properties><maven-jar-plugin.version>2.6</maven-jar-plugin.version></properties>
<dependencies>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
</dependency>
<!-- https://mvnrepository.com/artifact/com.h2database/h2 -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>compile</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-centralstudio</artifactId>
<version>8.1.0.567.22</version>
</dependency>
<dependency>
<groupId>cn.ibizlab.plugin</groupId>
<artifactId>ibiz-plugin-cloud</artifactId>
<version>8.1.0.567.22</version>
</dependency>
</dependencies>
</project>