| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаcom.dute7liang |
| Идентификатор | Идентификаторspring-boot-starter |
| Версия | Версия1.0-RELEASE |
| Тип | Типpom |
| Описание |
Описание开箱即用的微信和支付宝的支付工具
|
| Имя Файла | Размер |
|---|---|
| spring-boot-starter-1.0-RELEASE.pom | 1 KB |
| Обзор |
<!-- 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"]