evolver-utils
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fi.evolver</groupId>
<artifactId>evolver-utils</artifactId>
<version>5.0.1</version>
</dependency><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>evolver-utils</artifactId>
<version>5.0.1</version>
<packaging>jar</packaging>
<name>evolver-utils</name>
<description>Generic Evolver utility classes</description>
<url>https://evolver.fi</url>
<licenses>
<license>
<name>All rights reserved</name>
<url>https://github.com/Avarko/evolver-public-documents/blob/main/licences/all-rights-reserved.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>Evolver Business Solutions Oy</name>
<url>https://evolver.fi/</url>
</organization>
<developers>
<developer>
<name>Evolver Admin</name>
<email>devadmin@evolver.fi</email>
<organization>Evolver Business Solutions Oy</organization>
<organizationUrl>https://evolver.fi</organizationUrl>
</developer>
</developers>
<parent>
<groupId>fi.evolver</groupId>
<artifactId>evolver-base</artifactId>
<version>5.0.1</version>
<relativePath />
</parent>
<scm>
<url>https://github.com/Avarko/${project.artifactId}</url>
<connection>scm:git:git@github.com:Avarko/${project.artifactId}</connection>
<tag>v5.0.1</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.13.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>2.27.9</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jzlib</artifactId>
<version>1.1.3</version>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>6.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.23.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>