Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.antonsjava |
ArtifactId | ArtifactIdweb-path-matcher |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
web-path-matcher-1.0.pom | |
web-path-matcher-1.0.jar | 11 KB |
web-path-matcher-1.0-sources.jar | 10 KB |
web-path-matcher-1.0-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.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"]