License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.dute7liang |
ArtifactId | ArtifactIdspring-boot-starter |
Version | Version1.0-RELEASE |
Type | Typepom |
Description |
Description开箱即用的微信和支付宝的支付工具
|
Filename | Size |
---|---|
spring-boot-starter-1.0-RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dute7liang/spring-boot-starter/ -->
<dependency>
<groupId>com.dute7liang</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>1.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.dute7liang/spring-boot-starter/
implementation 'com.dute7liang:spring-boot-starter:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.dute7liang/spring-boot-starter/
implementation ("com.dute7liang:spring-boot-starter:1.0-RELEASE")
'com.dute7liang:spring-boot-starter:pom:1.0-RELEASE'
<dependency org="com.dute7liang" name="spring-boot-starter" rev="1.0-RELEASE">
<artifact name="spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.dute7liang', module='spring-boot-starter', version='1.0-RELEASE')
)
libraryDependencies += "com.dute7liang" % "spring-boot-starter" % "1.0-RELEASE"
[com.dute7liang/spring-boot-starter "1.0-RELEASE"]