Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.congyh |
ArtifactId | ArtifactIdwechat-platform-core |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
wechat-platform-core-0.2.pom | |
wechat-platform-core-0.2.jar | 52 KB |
wechat-platform-core-0.2-sources.jar | 44 KB |
wechat-platform-core-0.2-javadoc.jar | 335 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.congyh/wechat-platform-core/ -->
<dependency>
<groupId>com.github.congyh</groupId>
<artifactId>wechat-platform-core</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.congyh/wechat-platform-core/
implementation 'com.github.congyh:wechat-platform-core:0.2'
// https://jarcasting.com/artifacts/com.github.congyh/wechat-platform-core/
implementation ("com.github.congyh:wechat-platform-core:0.2")
'com.github.congyh:wechat-platform-core:jar:0.2'
<dependency org="com.github.congyh" name="wechat-platform-core" rev="0.2">
<artifact name="wechat-platform-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.congyh', module='wechat-platform-core', version='0.2')
)
libraryDependencies += "com.github.congyh" % "wechat-platform-core" % "0.2"
[com.github.congyh/wechat-platform-core "0.2"]