<dependency> <groupId>com.weibo</groupId> <artifactId>motan-springsupport</artifactId> <version>0.0.1</version> </dependency>
implementation 'com.weibo:motan-springsupport:0.0.1'
implementation("com.weibo:motan-springsupport:0.0.1")
libraryDependencies += "com.weibo" % "motan-springsupport" % "0.0.1"
@Grapes( @Grab(group='com.weibo', module='motan-springsupport', version='0.0.1') )
<dependency org="com.weibo" name="motan-springsupport" rev="0.0.1" />
[com.weibo/motan-springsupport "0.0.1"]
'com.weibo:motan-springsupport:jar:0.0.1'
<parent> <groupId>com.weibo</groupId> <artifactId>motan</artifactId> <version>0.0.1</version> </parent>
compile
|-- com.weibo:motan-core
provided
|-- org.springframework:spring-web:3.2.3.RELEASE