java-glue42-build
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.glue42</groupId>
<artifactId>java-glue42-build</artifactId>
<version>1.8.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) Tick42
-->
<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>
<parent>
<groupId>com.glue42</groupId>
<artifactId>glue42-parent</artifactId>
<version>9</version>
</parent>
<groupId>com.glue42</groupId>
<artifactId>java-glue42-build</artifactId>
<version>1.8.0</version>
<packaging>pom</packaging>
<name>Java Glue42 :: Build</name>
<licenses>
<license>
<name>Developer License Agreement</name>
<url>https://interop.io/developer-license-agreement/</url>
</license>
</licenses>
<modules>
<module>tick42-glue-sdk</module>
<module>tick42-sticky-windows</module>
</modules>
<properties>
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
<flatten-maven-plugin.version>1.0.1</flatten-maven-plugin.version>
<revision>1.8.0</revision>
</properties>
</project>