xtools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>xtools</artifactId>
<version>1.14</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/maven-v4_0_0.xsd">
<parent>
<artifactId>masterpom</artifactId>
<groupId>com.sta-soft</groupId>
<version>1.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xtools</artifactId>
<name>XTools</name>
<version>1.14</version>
<description>Executable tools for all projects.</description>
<url>http://www.sta-soft.com</url>
<inceptionYear>2004, 2005, 2007, 2009, 2011, 2017-2021, 2023, 2025</inceptionYear>
<developers>
<developer>
<name>Steffen Albrecht</name>
<email>steffen.albrecht.ef@sta-soft.com</email>
<organization>>StA-Soft<</organization>
<organizationUrl>http://www.sta-soft.com</organizationUrl>
</developer>
</developers>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:svn:http://ubuntu2/svn/myrepo/XTools/trunk</connection>
<developerConnection>scm:svn:http://ubuntu2/svn/myrepo/XTools/trunk</developerConnection>
<url>http://ubuntu2/svn/myrepo/XTools/trunk/</url>
</scm>
<organization>
<name>>StA-Soft<</name>
<url>http://www.sta-soft.com</url>
</organization>
<build>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
<exclusions>
<exclusion>
<artifactId>hamcrest-core</artifactId>
<groupId>org.hamcrest</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>