GroupId | GroupIdedu.psu.swe.commons |
---|---|
ArtifactId | ArtifactIdcommons-jaxrs |
Version | Version1.37 |
Type | Typejar |
Filename | Size |
---|---|
commons-jaxrs-1.37.pom | |
commons-jaxrs-1.37.jar | 144 KB |
commons-jaxrs-1.37-test-javadoc.jar | 50 KB |
commons-jaxrs-1.37-sources.jar | 95 KB |
commons-jaxrs-1.37-javadoc.jar | 562 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.37</version>
</dependency>
// https://jarcasting.com/artifacts/edu.psu.swe.commons/commons-jaxrs/
implementation 'edu.psu.swe.commons:commons-jaxrs:1.37'
// https://jarcasting.com/artifacts/edu.psu.swe.commons/commons-jaxrs/
implementation ("edu.psu.swe.commons:commons-jaxrs:1.37")
'edu.psu.swe.commons:commons-jaxrs:jar:1.37'
<dependency org="edu.psu.swe.commons" name="commons-jaxrs" rev="1.37">
<artifact name="commons-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.psu.swe.commons', module='commons-jaxrs', version='1.37')
)
libraryDependencies += "edu.psu.swe.commons" % "commons-jaxrs" % "1.37"
[edu.psu.swe.commons/commons-jaxrs "1.37"]