Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.att.woorea |
ArtifactId | ArtifactIdjersey-connector |
Version | Version3.3.27 |
Type | Typejar |
Filename | Size |
---|---|
jersey-connector-3.3.27.pom | |
jersey-connector-3.3.27.jar | 13 KB |
jersey-connector-3.3.27-sources.jar | 6 KB |
jersey-connector-3.3.27-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.att.woorea/jersey-connector/ -->
<dependency>
<groupId>com.att.woorea</groupId>
<artifactId>jersey-connector</artifactId>
<version>3.3.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.att.woorea/jersey-connector/
implementation 'com.att.woorea:jersey-connector:3.3.27'
// https://jarcasting.com/artifacts/com.att.woorea/jersey-connector/
implementation ("com.att.woorea:jersey-connector:3.3.27")
'com.att.woorea:jersey-connector:jar:3.3.27'
<dependency org="com.att.woorea" name="jersey-connector" rev="3.3.27">
<artifact name="jersey-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.att.woorea', module='jersey-connector', version='3.3.27')
)
libraryDependencies += "com.att.woorea" % "jersey-connector" % "3.3.27"
[com.att.woorea/jersey-connector "3.3.27"]