is not current version
Last Version 1.1.10

com.weibo:motan-core 1.0.0


GroupId

GroupId

com.weibo
ArtifactId

ArtifactId

motan-core
Version

Version

1.0.0
Type

Type

jar

Download motan-core 1.0.0


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