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