<dependency> <groupId>com.weibo</groupId> <artifactId>motan</artifactId> <version>0.0.1</version> <type>pom</type> </dependency>
implementation 'com.weibo:motan:0.0.1'
implementation("com.weibo:motan:0.0.1")
libraryDependencies += "com.weibo" % "motan" % "0.0.1"
@Grapes( @Grab(group='com.weibo', module='motan', version='0.0.1') )
<dependency org="com.weibo" name="motan" rev="0.0.1" />
[com.weibo/motan "0.0.1"]
'com.weibo:motan:jar:0.0.1'
compile
|-- org.slf4j:slf4j-api:1.5.8
|-- org.slf4j:slf4j-log4j12:1.5.8
|-- log4j:log4j:1.2.14
|-- org.apache.commons:commons-lang3:3.1
|-- commons-codec:commons-codec:1.4
test
|-- 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