is not current version
Last Version 1.41.0

edu.psu.swe.commons:commons-jaxrs 1.23

Common classes to make creating REST services more consistent.

GroupId

GroupId

edu.psu.swe.commons
ArtifactId

ArtifactId

commons-jaxrs
Version

Version

1.23
Type

Type

jar

Download commons-jaxrs 1.23


<!-- https://jarcasting.com/artifacts/edu.psu.swe.commons/commons-jaxrs/ -->
<dependency>
    <groupId>edu.psu.swe.commons</groupId>
    <artifactId>commons-jaxrs</artifactId>
    <version>1.23</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.commons/commons-jaxrs/
implementation 'edu.psu.swe.commons:commons-jaxrs:1.23'
// https://jarcasting.com/artifacts/edu.psu.swe.commons/commons-jaxrs/
implementation ("edu.psu.swe.commons:commons-jaxrs:1.23")
'edu.psu.swe.commons:commons-jaxrs:jar:1.23'
<dependency org="edu.psu.swe.commons" name="commons-jaxrs" rev="1.23">
  <artifact name="commons-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.commons', module='commons-jaxrs', version='1.23')
)
libraryDependencies += "edu.psu.swe.commons" % "commons-jaxrs" % "1.23"
[edu.psu.swe.commons/commons-jaxrs "1.23"]