<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> <groupId>io.github.kevinzhwl</groupId> <artifactId>bunny-java-sdk</artifactId> <version>0.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>bunny-tool</artifactId> <version>0.1.0</version> <packaging>jar</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.github.kevinzhwl</groupId> <artifactId>bunny-tool</artifactId> <version>0.1.0</version> </dependency>
io.github.kevinzhwl:bunny-tool:0.1.0