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