| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаcom.gitee.lin-mt |
| Идентификатор | Идентификаторresult-spring-boot-starter |
| Версия | Версия1.1.9.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.gitee.lin-mt/result-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.lin-mt</groupId>
<artifactId>result-spring-boot-starter</artifactId>
<version>1.1.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.lin-mt/result-spring-boot-starter/
implementation 'com.gitee.lin-mt:result-spring-boot-starter:1.1.9.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.lin-mt/result-spring-boot-starter/
implementation ("com.gitee.lin-mt:result-spring-boot-starter:1.1.9.RELEASE")
'com.gitee.lin-mt:result-spring-boot-starter:jar:1.1.9.RELEASE'
<dependency org="com.gitee.lin-mt" name="result-spring-boot-starter" rev="1.1.9.RELEASE">
<artifact name="result-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.lin-mt', module='result-spring-boot-starter', version='1.1.9.RELEASE')
)
libraryDependencies += "com.gitee.lin-mt" % "result-spring-boot-starter" % "1.1.9.RELEASE"
[com.gitee.lin-mt/result-spring-boot-starter "1.1.9.RELEASE"]