easy-trunker
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.xiaoyudeguang</groupId> <artifactId>easy-trunker</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-trunker</artifactId> <packaging>jar</packaging> <url>https://gitee.com/xiaoyudeguang/easy-trunker</url> <name>easy-trunker</name> <description>An enhance module for java developers when using easy-brancher.</description> <dependencies> <dependency> <groupId>io.github.xiaoyudeguang</groupId> <artifactId>easy-brancher</artifactId> </dependency> </dependencies> </project>