GroupId | GroupIdcom.github.hippoom |
---|---|
ArtifactId | ArtifactIdwechat-mp-starter-parent |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
wechat-mp-starter-parent-0.2.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/wechat-mp-starter-parent/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>wechat-mp-starter-parent</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/wechat-mp-starter-parent/
implementation 'com.github.hippoom:wechat-mp-starter-parent:0.2.1'
// https://jarcasting.com/artifacts/com.github.hippoom/wechat-mp-starter-parent/
implementation ("com.github.hippoom:wechat-mp-starter-parent:0.2.1")
'com.github.hippoom:wechat-mp-starter-parent:pom:0.2.1'
<dependency org="com.github.hippoom" name="wechat-mp-starter-parent" rev="0.2.1">
<artifact name="wechat-mp-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='wechat-mp-starter-parent', version='0.2.1')
)
libraryDependencies += "com.github.hippoom" % "wechat-mp-starter-parent" % "0.2.1"
[com.github.hippoom/wechat-mp-starter-parent "0.2.1"]