easy-brancher
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.xiaoyudeguang</groupId>
<artifactId>easy-brancher</artifactId>
<version>3.1.3-RELEASE</version>
</dependency><?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.xiaoyudeguang</groupId>
<artifactId>easy-develop</artifactId>
<version>3.1.3-RELEASE</version>
</parent>
<artifactId>easy-brancher</artifactId>
<packaging>jar</packaging>
<url>https://gitee.com/xiaoyudeguang/easy-brancher</url>
<name>easy-brancher</name>
<description>An beautiful tool for java developers when services not only one branch.</description>
<dependencies>
<dependency>
<groupId>io.github.xiaoyudeguang</groupId>
<artifactId>easy-core</artifactId>
</dependency>
</dependencies>
</project>