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