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