License |
License |
---|---|
GroupId | GroupIdcom.sinszm |
ArtifactId | ArtifactIdszm-boot |
Version | Version1.1.2.RELEASE |
Type | Typepom |
Description |
Descriptionszm-boot
基于SpringBoot扩展生态微服务应用
Copyright © 2020 智慧程序猿 All rights reserved.
https://www.sinsz.com
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
szm-boot-1.1.2.RELEASE.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sinszm/szm-boot/ -->
<dependency>
<groupId>com.sinszm</groupId>
<artifactId>szm-boot</artifactId>
<version>1.1.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sinszm/szm-boot/
implementation 'com.sinszm:szm-boot:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.sinszm/szm-boot/
implementation ("com.sinszm:szm-boot:1.1.2.RELEASE")
'com.sinszm:szm-boot:pom:1.1.2.RELEASE'
<dependency org="com.sinszm" name="szm-boot" rev="1.1.2.RELEASE">
<artifact name="szm-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sinszm', module='szm-boot', version='1.1.2.RELEASE')
)
libraryDependencies += "com.sinszm" % "szm-boot" % "1.1.2.RELEASE"
[com.sinszm/szm-boot "1.1.2.RELEASE"]