Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.servicecomb |
ArtifactId | ArtifactIdprovider-rest-common |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.servicecomb/provider-rest-common/ -->
<dependency>
<groupId>io.servicecomb</groupId>
<artifactId>provider-rest-common</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.servicecomb/provider-rest-common/
implementation 'io.servicecomb:provider-rest-common:0.2.0'
// https://jarcasting.com/artifacts/io.servicecomb/provider-rest-common/
implementation ("io.servicecomb:provider-rest-common:0.2.0")
'io.servicecomb:provider-rest-common:jar:0.2.0'
<dependency org="io.servicecomb" name="provider-rest-common" rev="0.2.0">
<artifact name="provider-rest-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.servicecomb', module='provider-rest-common', version='0.2.0')
)
libraryDependencies += "io.servicecomb" % "provider-rest-common" % "0.2.0"
[io.servicecomb/provider-rest-common "0.2.0"]