<dependency> <groupId>com.weibo</groupId> <artifactId>motan</artifactId> <version>1.1.4</version> <type>pom</type> </dependency>
implementation 'com.weibo:motan:1.1.4'
implementation("com.weibo:motan:1.1.4")
libraryDependencies += "com.weibo" % "motan" % "1.1.4"
@Grapes( @Grab(group='com.weibo', module='motan', version='1.1.4') )
<dependency org="com.weibo" name="motan" rev="1.1.4" />
[com.weibo/motan "1.1.4"]
'com.weibo:motan:jar:1.1.4'
compile
|-- org.slf4j:slf4j-api:1.5.8
|-- org.apache.commons:commons-lang3:3.1
|-- commons-codec:commons-codec:1.4
test
|-- org.slf4j:slf4j-log4j12:1.5.8
|-- log4j:log4j:1.2.14
|-- org.jmock:jmock:2.5.1
|-- org.jmock:jmock-junit4:2.5.1
|-- org.jmock:jmock-legacy:2.5.1
|-- cglib:cglib-nodep:2.2
|-- org.objenesis:objenesis:1.2
|-- junit:junit:4.5