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