GroupId | GroupIdcom.sinszm |
---|---|
ArtifactId | ArtifactIdszm-boot-basicwx |
Version | Version1.0.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.sinszm/szm-boot-basicwx/ -->
<dependency>
<groupId>com.sinszm</groupId>
<artifactId>szm-boot-basicwx</artifactId>
<version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.sinszm/szm-boot-basicwx/
implementation 'com.sinszm:szm-boot-basicwx:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.sinszm/szm-boot-basicwx/
implementation ("com.sinszm:szm-boot-basicwx:1.0.2.RELEASE")
'com.sinszm:szm-boot-basicwx:jar:1.0.2.RELEASE'
<dependency org="com.sinszm" name="szm-boot-basicwx" rev="1.0.2.RELEASE">
<artifact name="szm-boot-basicwx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sinszm', module='szm-boot-basicwx', version='1.0.2.RELEASE')
)
libraryDependencies += "com.sinszm" % "szm-boot-basicwx" % "1.0.2.RELEASE"
[com.sinszm/szm-boot-basicwx "1.0.2.RELEASE"]