License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.antonsjava |
ArtifactId | ArtifactIdweb-path-matcher |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionweb-path-matcher
Simple web path expression matcher
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
web-path-matcher-1.1.pom | |
web-path-matcher-1.1.jar | 11 KB |
web-path-matcher-1.1-sources.jar | 10 KB |
web-path-matcher-1.1-javadoc.jar | 449 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antonsjava/web-path-matcher/ -->
<dependency>
<groupId>com.github.antonsjava</groupId>
<artifactId>web-path-matcher</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antonsjava/web-path-matcher/
implementation 'com.github.antonsjava:web-path-matcher:1.1'
// https://jarcasting.com/artifacts/com.github.antonsjava/web-path-matcher/
implementation ("com.github.antonsjava:web-path-matcher:1.1")
'com.github.antonsjava:web-path-matcher:jar:1.1'
<dependency org="com.github.antonsjava" name="web-path-matcher" rev="1.1">
<artifact name="web-path-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antonsjava', module='web-path-matcher', version='1.1')
)
libraryDependencies += "com.github.antonsjava" % "web-path-matcher" % "1.1"
[com.github.antonsjava/web-path-matcher "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |