coco-commons
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.iooo.coco</groupId>
<artifactId>coco-commons</artifactId>
<version>1.0.2.RELEASE</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tech.iooo.boot</groupId>
<artifactId>iooo-boot-parent</artifactId>
<version>1.0.2.RELEASE</version>
</parent>
<groupId>tech.iooo.coco</groupId>
<artifactId>coco-commons</artifactId>
<version>1.0.2.RELEASE</version>
<packaging>pom</packaging>
<properties>
<coco-commons.version>1.0.2.RELEASE</coco-commons.version>
</properties>
<name>coco-commons</name>
<url>https://github.com/Ivan97/coco-commons</url>
<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/Ivan97/coco-commons</url>
</ciManagement>
<issueManagement>
<system>github</system>
<url>https://github.com/Ivan97/coco-commons/issues</url>
</issueManagement>
<scm>
<url>http://blog.iooo.tech</url>
<connection>scm:git@github.com:Ivan97/coco-commons.git</connection>
<developerConnection>scm:https://github.com/Ivan97/coco-commons.git</developerConnection>
</scm>
<modules>
<module>commons-core</module>
<module>commons-sftp</module>
<module>commons-properties-processor</module>
<module>commons-utils</module>
<module>commons-fastdfs</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<artifactId>commons-core</artifactId>
<groupId>tech.iooo.coco</groupId>
<version>${coco-commons.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>