k2-build-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.katari</groupId>
<artifactId>k2-build-tools</artifactId>
<version>0.1.13</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">
<!-- The build tools pom. -->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.katari</groupId>
<artifactId>k2</artifactId>
<version>0.1.13</version>
</parent>
<artifactId>k2-build-tools</artifactId>
<packaging>jar</packaging>
<name>K2 build tools</name>
<!-- vim: set ts=2 et sw=2 ai: -->
</project>