MVN

com.owenfeehan.pathpatternfinder : path-pattern-finder-distribution

Maven & Gradle

Jun 17, 2023
0 stars

path-pattern-finder-distribution · distribution of a Java library to find naming-patterns in a list of strings or paths, using a particular set of rules. A command-line app for basic usage is also included.

<dependency>
    <groupId>com.owenfeehan.pathpatternfinder</groupId>
    <artifactId>path-pattern-finder-distribution</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.owenfeehan.pathpatternfinder : path-pattern-finder-distribution to add to Maven - Latest Versions:

  • Latest Stable: 1.7.1

All Versions

Choose a version of com.owenfeehan.pathpatternfinder : path-pattern-finder-distribution to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7.x
path-pattern-finder-distribution-1.7.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.owenfeehan.pathpatternfinder</groupId>
    <artifactId>path-pattern-finder-distribution</artifactId>
    <version>1.7.1</version>
</dependency>