quickstart-lib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.xethh.archetype</groupId>
<artifactId>quickstart-lib</artifactId>
<version>1.0.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>bom-base</artifactId>
<groupId>dev.xethh.libs.toolkits</groupId>
<version>1.0.4</version>
<relativePath/>
</parent>
<!--Migrated from me.xethh.archetype:quickstart:1.1-RELEASE -->
<groupId>dev.xethh.archetype</groupId>
<artifactId>quickstart-lib</artifactId>
<packaging>jar</packaging>
<name>quickstart-lib</name>
<url>http://www.example.com</url>
<description>Maven archetype for generating java library project with basic libraries included in bom-common, the output is generally a non executable jar.</description>
<scm>
<connection>scm:git:git://github.com/xh-dev-pom-mgmt/archetype-quickstart-lib.git</connection>
<developerConnection>scm:git:ssh://github.com:xh-dev-pom-mgmt/archetype-quickstart-lib.git</developerConnection>
<url>https://github.com/xh-dev-pom-mgmt/archetype-quickstart-lib</url>
</scm>
</project>