tina-helper
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.simonalong</groupId>
<artifactId>tina-helper</artifactId>
<version>0.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>Tina</artifactId>
<groupId>com.github.simonalong</groupId>
<version>0.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>tina-helper</artifactId>
<dependencies>
<dependency>
<groupId>com.github.simonalong</groupId>
<artifactId>Neo</artifactId>
</dependency>
<dependency>
<groupId>com.github.simonalong</groupId>
<artifactId>tina-api</artifactId>
</dependency>
<dependency>
<groupId>com.github.simonalong</groupId>
<artifactId>tina-common</artifactId>
</dependency>
<dependency>
<groupId>com.github.simonalong</groupId>
<artifactId>tina-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo</artifactId>
</dependency>
</dependencies>
</project>