<dependency>
<groupId>com.wangshanhai.productivitydoc</groupId>
<artifactId>shanhai-productivitydoc-parent</artifactId>
<version>1.0.1</version>
</dependency>
implementation group: 'com.wangshanhai.productivitydoc', name: 'shanhai-productivitydoc-parent', version: '1.0.1'
implementation 'com.wangshanhai.productivitydoc:shanhai-productivitydoc-parent:1.0.1'
implementation("com.wangshanhai.productivitydoc:shanhai-productivitydoc-parent:1.0.1")
libraryDependencies += "com.wangshanhai.productivitydoc" % "shanhai-productivitydoc-parent" % "1.0.1"
<dependency org="com.wangshanhai.productivitydoc" name="shanhai-productivitydoc-parent" rev="1.0.1"/>
@Grapes(
@Grab(group='com.wangshanhai.productivitydoc', module='shanhai-productivitydoc-parent', version='1.0.1')
)
[com.wangshanhai.productivitydoc/shanhai-productivitydoc-parent "1.0.1"]
'com.wangshanhai.productivitydoc:shanhai-productivitydoc-parent:jar:1.0.1'