| License |
License |
|---|---|
| GroupId | GroupIdcom.augustl |
| ArtifactId | ArtifactIdpathtravelagent |
| Last Version | Last Version0.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.augustl:pathtravelagent
A path matcher. Well suited for HTTP, but also works with any request/response system.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| pathtravelagent-0.1.1.pom | |
| pathtravelagent-0.1.1.jar | 21 KB |
| pathtravelagent-0.1.1-sources.jar | 10 KB |
| pathtravelagent-0.1.1-javadoc.jar | 103 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.augustl/pathtravelagent/ -->
<dependency>
<groupId>com.augustl</groupId>
<artifactId>pathtravelagent</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.augustl/pathtravelagent/
implementation 'com.augustl:pathtravelagent:0.1.1'
// https://jarcasting.com/artifacts/com.augustl/pathtravelagent/
implementation ("com.augustl:pathtravelagent:0.1.1")
'com.augustl:pathtravelagent:jar:0.1.1'
<dependency org="com.augustl" name="pathtravelagent" rev="0.1.1">
<artifact name="pathtravelagent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.augustl', module='pathtravelagent', version='0.1.1')
)
libraryDependencies += "com.augustl" % "pathtravelagent" % "0.1.1"
[com.augustl/pathtravelagent "0.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |