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