Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcd.connect.jersey |
ArtifactId | ArtifactIdjersey-common |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
jersey-common-1.1.pom | |
jersey-common-1.1.jar | 24 KB |
jersey-common-1.1-sources.jar | 16 KB |
jersey-common-1.1-release-pom.xml | 26 KB |
jersey-common-1.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cd.connect.jersey/jersey-common/ -->
<dependency>
<groupId>cd.connect.jersey</groupId>
<artifactId>jersey-common</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cd.connect.jersey/jersey-common/
implementation 'cd.connect.jersey:jersey-common:1.1'
// https://jarcasting.com/artifacts/cd.connect.jersey/jersey-common/
implementation ("cd.connect.jersey:jersey-common:1.1")
'cd.connect.jersey:jersey-common:jar:1.1'
<dependency org="cd.connect.jersey" name="jersey-common" rev="1.1">
<artifact name="jersey-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cd.connect.jersey', module='jersey-common', version='1.1')
)
libraryDependencies += "cd.connect.jersey" % "jersey-common" % "1.1"
[cd.connect.jersey/jersey-common "1.1"]