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