GroupId | GroupIdclub.pizzalord |
---|---|
ArtifactId | ArtifactIdwizard-wechat |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
wizard-wechat-0.0.2.pom | |
wizard-wechat-0.0.2.jar | 9 KB |
wizard-wechat-0.0.2-sources.jar | 5 KB |
wizard-wechat-0.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/club.pizzalord/wizard-wechat/
implementation 'club.pizzalord:wizard-wechat:0.0.2'
// https://jarcasting.com/artifacts/club.pizzalord/wizard-wechat/
implementation ("club.pizzalord:wizard-wechat:0.0.2")
'club.pizzalord:wizard-wechat:jar:0.0.2'
<dependency org="club.pizzalord" name="wizard-wechat" rev="0.0.2">
<artifact name="wizard-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.pizzalord', module='wizard-wechat', version='0.0.2')
)
libraryDependencies += "club.pizzalord" % "wizard-wechat" % "0.0.2"
[club.pizzalord/wizard-wechat "0.0.2"]