| GroupId | GroupIdfun.nibaba |
|---|---|
| ArtifactId | ArtifactIdlazyfish-wechat |
| Version | Version0.0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| lazyfish-wechat-0.0.4.pom | 658 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/fun.nibaba/lazyfish-wechat/ -->
<dependency>
<groupId>fun.nibaba</groupId>
<artifactId>lazyfish-wechat</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fun.nibaba/lazyfish-wechat/
implementation 'fun.nibaba:lazyfish-wechat:0.0.4'
// https://jarcasting.com/artifacts/fun.nibaba/lazyfish-wechat/
implementation ("fun.nibaba:lazyfish-wechat:0.0.4")
'fun.nibaba:lazyfish-wechat:pom:0.0.4'
<dependency org="fun.nibaba" name="lazyfish-wechat" rev="0.0.4">
<artifact name="lazyfish-wechat" type="pom" />
</dependency>
@Grapes(
@Grab(group='fun.nibaba', module='lazyfish-wechat', version='0.0.4')
)
libraryDependencies += "fun.nibaba" % "lazyfish-wechat" % "0.0.4"
[fun.nibaba/lazyfish-wechat "0.0.4"]