The Apache Maven team is pleased to announce the release of the Apache Maven Shared Utils, version 3.5.0
https://maven.apache.org/shared/maven-shared-utils/ You should specify the version in your project's dependency configuration: <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> <version>3.5.0</version> </dependency> You can download the appropriate sources etc. from the download page: https://maven.apache.org/shared/maven-shared-utils/download.cgi Release Notes - Maven Shared Utils - Version 3.5.0 https://github.com/apache/maven-shared-utils/releases/tag/maven-shared-utils-3.5.0 Enjoy, -The Apache Maven team
