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