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