utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.mindstack</groupId>
<artifactId>utils</artifactId>
<version>1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>cn.mindstack</groupId>
<artifactId>utils</artifactId>
<version>1.0</version>
<name>Mindstack Cn Library</name>
<description>sonatype</description>
<url>https://github.com/haiyangwu/sonatype</url>
<licenses>
<license>
<name>The MIT License</name>
<url>http://mit-license.org</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>haiyangwu</id>
<name>haiyangwu</name>
<email>wuhaiyang1213@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/haiyangwu/sonatype.git</connection>
<developerConnection>scm:https://github.com/haiyangwu/sonatype.git</developerConnection>
<url>https://github.com/haiyangwu/sonatype</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>