GroupId | GroupIdclub.pizzalord |
---|---|
ArtifactId | ArtifactIdwizard-wechat |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
wizard-wechat-0.0.3.pom | |
wizard-wechat-0.0.3.jar | 9 KB |
wizard-wechat-0.0.3-sources.jar | 6 KB |
wizard-wechat-0.0.3-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.pizzalord/wizard-wechat/ -->
<dependency>
<groupId>club.pizzalord</groupId>
<artifactId>wizard-wechat</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/club.pizzalord/wizard-wechat/
implementation 'club.pizzalord:wizard-wechat:0.0.3'
// https://jarcasting.com/artifacts/club.pizzalord/wizard-wechat/
implementation ("club.pizzalord:wizard-wechat:0.0.3")
'club.pizzalord:wizard-wechat:jar:0.0.3'
<dependency org="club.pizzalord" name="wizard-wechat" rev="0.0.3">
<artifact name="wizard-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.pizzalord', module='wizard-wechat', version='0.0.3')
)
libraryDependencies += "club.pizzalord" % "wizard-wechat" % "0.0.3"
[club.pizzalord/wizard-wechat "0.0.3"]