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