| License |
License |
|---|---|
| GroupId | GroupIdcom.msiops.jaxrs |
| ArtifactId | ArtifactIdjaxrs-trailing-slash |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjaxrs-trailing-slash
jaxrs-trailing-slash provides declarative control over URI trailing slashes in JAX-RS
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.msiops.jaxrs/jaxrs-trailing-slash/ -->
<dependency>
<groupId>com.msiops.jaxrs</groupId>
<artifactId>jaxrs-trailing-slash</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.msiops.jaxrs/jaxrs-trailing-slash/
implementation 'com.msiops.jaxrs:jaxrs-trailing-slash:1.0.2'
// https://jarcasting.com/artifacts/com.msiops.jaxrs/jaxrs-trailing-slash/
implementation ("com.msiops.jaxrs:jaxrs-trailing-slash:1.0.2")
'com.msiops.jaxrs:jaxrs-trailing-slash:jar:1.0.2'
<dependency org="com.msiops.jaxrs" name="jaxrs-trailing-slash" rev="1.0.2">
<artifact name="jaxrs-trailing-slash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.msiops.jaxrs', module='jaxrs-trailing-slash', version='1.0.2')
)
libraryDependencies += "com.msiops.jaxrs" % "jaxrs-trailing-slash" % "1.0.2"
[com.msiops.jaxrs/jaxrs-trailing-slash "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.core : jersey-common | jar | 2.9.1 |
| junit : junit | jar | 4.11 |
| org.glassfish.jersey.containers : jersey-container-jdk-http | jar | 2.9.1 |
| org.mockito : mockito-core | jar | 1.9.5 |