is not current version
Last Version 1.1

com.github.antonsjava:web-path-matcher 1.0

Simple web path expression matcher

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.antonsjava
ArtifactId

ArtifactId

web-path-matcher
Version

Version

1.0
Type

Type

jar

Download web-path-matcher 1.0


<!-- https://jarcasting.com/artifacts/com.github.antonsjava/web-path-matcher/ -->
<dependency>
    <groupId>com.github.antonsjava</groupId>
    <artifactId>web-path-matcher</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antonsjava/web-path-matcher/
implementation 'com.github.antonsjava:web-path-matcher:1.0'
// https://jarcasting.com/artifacts/com.github.antonsjava/web-path-matcher/
implementation ("com.github.antonsjava:web-path-matcher:1.0")
'com.github.antonsjava:web-path-matcher:jar:1.0'
<dependency org="com.github.antonsjava" name="web-path-matcher" rev="1.0">
  <artifact name="web-path-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antonsjava', module='web-path-matcher', version='1.0')
)
libraryDependencies += "com.github.antonsjava" % "web-path-matcher" % "1.0"
[com.github.antonsjava/web-path-matcher "1.0"]