utilities
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.stacs-srg</groupId> <artifactId>utilities</artifactId> <version>1.0.4</version> </dependency>
<!-- Copyright 2019 Systems Research Group, University of St Andrews: <https://github.com/stacs-srg> This file is part of the module utilities. utilities is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. utilities is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with utilities. If not, see <http://www.gnu.org/licenses/>. --> <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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> <groupId>com.github.stacs-srg</groupId> <artifactId>common-pom</artifactId> <version>1.0.2</version> </parent> <artifactId>utilities</artifactId> <version>1.0.4</version> <packaging>jar</packaging> <name>utilities</name> <description>Utilities</description> <url>https://stacs-srg.github.io/utilities/</url> <inceptionYear>2017</inceptionYear> <scm> <connection>scm:git:git://github.com/stacs-srg/utilities.git</connection> <developerConnection>scm:git:ssh://github.com:stacs-srg/utilities.git</developerConnection> <url>https://github.com/stacs-srg/utilities/tree/master</url> </scm> <dependencies> <!-- To check for updated versions of dependencies, run on command line: mvn versions:display-dependency-updates --> <dependency> <!-- Manipulation of MS Access files --> <groupId>com.healthmarketscience.jackcess</groupId> <artifactId>jackcess</artifactId> <version>2.1.7</version> </dependency> <dependency> <groupId>com.github.mpkorstanje</groupId> <artifactId>simmetrics-core</artifactId> <version>4.1.1</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> <version>1.57</version> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20170516</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.5</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId> <version>3.4.1</version> </dependency> </dependencies> </project>