GroupId | GroupIdcom.github.hippoom |
---|---|
ArtifactId | ArtifactIdwechat-mp-test |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
wechat-mp-test-0.3.0.pom | |
wechat-mp-test-0.3.0.jar | 6 KB |
wechat-mp-test-0.3.0-sources.jar | 4 KB |
wechat-mp-test-0.3.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hippoom/wechat-mp-test/ -->
<dependency>
<groupId>com.github.hippoom</groupId>
<artifactId>wechat-mp-test</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippoom/wechat-mp-test/
implementation 'com.github.hippoom:wechat-mp-test:0.3.0'
// https://jarcasting.com/artifacts/com.github.hippoom/wechat-mp-test/
implementation ("com.github.hippoom:wechat-mp-test:0.3.0")
'com.github.hippoom:wechat-mp-test:jar:0.3.0'
<dependency org="com.github.hippoom" name="wechat-mp-test" rev="0.3.0">
<artifact name="wechat-mp-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippoom', module='wechat-mp-test', version='0.3.0')
)
libraryDependencies += "com.github.hippoom" % "wechat-mp-test" % "0.3.0"
[com.github.hippoom/wechat-mp-test "0.3.0"]