<dependency>
<groupId>com.owenfeehan.pathpatternfinder</groupId>
<artifactId>path-pattern-finder-distribution</artifactId>
<version>1.7.1</version>
</dependency>
implementation group: 'com.owenfeehan.pathpatternfinder', name: 'path-pattern-finder-distribution', version: '1.7.1'
implementation 'com.owenfeehan.pathpatternfinder:path-pattern-finder-distribution:1.7.1'
implementation("com.owenfeehan.pathpatternfinder:path-pattern-finder-distribution:1.7.1")
libraryDependencies += "com.owenfeehan.pathpatternfinder" % "path-pattern-finder-distribution" % "1.7.1"
<dependency org="com.owenfeehan.pathpatternfinder" name="path-pattern-finder-distribution" rev="1.7.1"/>
@Grapes(
@Grab(group='com.owenfeehan.pathpatternfinder', module='path-pattern-finder-distribution', version='1.7.1')
)
[com.owenfeehan.pathpatternfinder/path-pattern-finder-distribution "1.7.1"]
'com.owenfeehan.pathpatternfinder:path-pattern-finder-distribution:jar:1.7.1'