Skip to content

xinge-1.2.1 release

Latest

Choose a tag to compare

@xingePush xingePush released this 11 Oct 02:22
· 24 commits to master since this release
  • 项目Maven仓库配置
	<repositories>
		<repository>
			<id>xingePush</id>
			<url>https://raw.githubusercontent.com/xingePush/maven-repository/release/</url>
		</repository>
	</repositories>
	<dependencies>
		<dependency>
			<groupId>com.github.xingePush</groupId>
			<artifactId>xinge</artifactId>
			<version>1.2.1</version>
		</dependency>
	</dependencies>