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