buildtools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tw.hyl.common</groupId>
<artifactId>buildtools</artifactId>
<version>1.1.3</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>
<artifactId>buildtools</artifactId>
<packaging>jar</packaging>
<name>buildtools</name>
<description>build tools.</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<parent>
<groupId>tw.hyl.common</groupId>
<artifactId>masterpom</artifactId>
<version>1.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>