is not current version
Last Version 0.2.0

org.apache.servicecomb.toolkit:common 0.1.0


GroupId

GroupId

org.apache.servicecomb.toolkit
ArtifactId

ArtifactId

common
Version

Version

0.1.0
Type

Type

jar

Download common 0.1.0


<!-- https://jarcasting.com/artifacts/org.apache.servicecomb.toolkit/common/ -->
<dependency>
    <groupId>org.apache.servicecomb.toolkit</groupId>
    <artifactId>common</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb.toolkit/common/
implementation 'org.apache.servicecomb.toolkit:common:0.1.0'
// https://jarcasting.com/artifacts/org.apache.servicecomb.toolkit/common/
implementation ("org.apache.servicecomb.toolkit:common:0.1.0")
'org.apache.servicecomb.toolkit:common:jar:0.1.0'
<dependency org="org.apache.servicecomb.toolkit" name="common" rev="0.1.0">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb.toolkit', module='common', version='0.1.0')
)
libraryDependencies += "org.apache.servicecomb.toolkit" % "common" % "0.1.0"
[org.apache.servicecomb.toolkit/common "0.1.0"]