Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apache.servicecomb |
ArtifactId | ArtifactIdprovider-rest-common |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
provider-rest-common-2.1.3.pom | |
provider-rest-common-2.1.3.jar | 19 KB |
provider-rest-common-2.1.3-sources.jar | 17 KB |
provider-rest-common-2.1.3-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb/provider-rest-common/ -->
<dependency>
<groupId>org.apache.servicecomb</groupId>
<artifactId>provider-rest-common</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb/provider-rest-common/
implementation 'org.apache.servicecomb:provider-rest-common:2.1.3'
// https://jarcasting.com/artifacts/org.apache.servicecomb/provider-rest-common/
implementation ("org.apache.servicecomb:provider-rest-common:2.1.3")
'org.apache.servicecomb:provider-rest-common:jar:2.1.3'
<dependency org="org.apache.servicecomb" name="provider-rest-common" rev="2.1.3">
<artifact name="provider-rest-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb', module='provider-rest-common', version='2.1.3')
)
libraryDependencies += "org.apache.servicecomb" % "provider-rest-common" % "2.1.3"
[org.apache.servicecomb/provider-rest-common "2.1.3"]