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