GroupId | GroupIdedu.psu.swe.commons |
---|---|
ArtifactId | ArtifactIdcommons-jaxrs |
Version | Version1.16 |
Type | Typejar |
Filename | Size |
---|---|
commons-jaxrs-1.16.pom | |
commons-jaxrs-1.16.jar | 65 KB |
commons-jaxrs-1.16-sources.jar | 54 KB |
commons-jaxrs-1.16-javadoc.jar | 308 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.psu.swe.commons/commons-jaxrs/ -->
<dependency>
<groupId>edu.psu.swe.commons</groupId>
<artifactId>commons-jaxrs</artifactId>
<version>1.16</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.commons/commons-jaxrs/
implementation 'edu.psu.swe.commons:commons-jaxrs:1.16'
// https://jarcasting.com/artifacts/edu.psu.swe.commons/commons-jaxrs/
implementation ("edu.psu.swe.commons:commons-jaxrs:1.16")
'edu.psu.swe.commons:commons-jaxrs:jar:1.16'
<dependency org="edu.psu.swe.commons" name="commons-jaxrs" rev="1.16">
<artifact name="commons-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.commons', module='commons-jaxrs', version='1.16')
)
libraryDependencies += "edu.psu.swe.commons" % "commons-jaxrs" % "1.16"
[edu.psu.swe.commons/commons-jaxrs "1.16"]