oss-lib-multi
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.power4j.archetype</groupId>
<artifactId>oss-lib-multi</artifactId>
<version>1.2.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>com.power4j.archetype</groupId>
<artifactId>oss-lib-multi</artifactId>
<version>1.2.1</version>
<packaging>maven-archetype</packaging>
<name>oss-lib-multi</name>
<description>Maven Multi-Module-Library Archetype for open source project</description>
<url>https://github.com/power4j/oss-muti-lib-archetype</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE</name>
<url>https://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>ChenJun</name>
<email>powe4j@outlook.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/power4j/oss-muti-lib-archetype.git</connection>
<developerConnection>scm:git:https://github.com/power4j/oss-muti-lib-archetype.git</developerConnection>
<url>https://github.com/power4j/oss-muti-lib-archetype</url>
</scm>
</project>