GroupId | GroupIdorg.apache.servicecomb |
---|---|
ArtifactId | ArtifactIdcommon-rest |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
common-rest-2.1.6.pom | |
common-rest-2.1.6.jar | 133 KB |
common-rest-2.1.6-sources.jar | 100 KB |
common-rest-2.1.6-javadoc.jar | 463 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/common-rest/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>common-rest</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/common-rest/
implementation 'org.apache.servicecomb:common-rest:2.1.6'
// https://jarcasting.com/artifacts/org.apache.servicecomb/common-rest/
implementation ("org.apache.servicecomb:common-rest:2.1.6")
'org.apache.servicecomb:common-rest:jar:2.1.6'
<dependency org="org.apache.servicecomb" name="common-rest" rev="2.1.6">
<artifact name="common-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='common-rest', version='2.1.6')
)
libraryDependencies += "org.apache.servicecomb" % "common-rest" % "2.1.6"
[org.apache.servicecomb/common-rest "2.1.6"]