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