| GroupId | GroupIdcom.github.shuaidd |
|---|---|
| ArtifactId | ArtifactIdqywx |
| Version | Version1.0.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| qywx-1.0.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.shuaidd/qywx/ -->
<dependency>
<groupId>com.github.shuaidd</groupId>
<artifactId>qywx</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shuaidd/qywx/
implementation 'com.github.shuaidd:qywx:1.0.0'
// https://jarcasting.com/artifacts/com.github.shuaidd/qywx/
implementation ("com.github.shuaidd:qywx:1.0.0")
'com.github.shuaidd:qywx:pom:1.0.0'
<dependency org="com.github.shuaidd" name="qywx" rev="1.0.0">
<artifact name="qywx" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shuaidd', module='qywx', version='1.0.0')
)
libraryDependencies += "com.github.shuaidd" % "qywx" % "1.0.0"
[com.github.shuaidd/qywx "1.0.0"]