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