Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdlink.thingscloud |
ArtifactId | ArtifactIdfreeswitch-esl-spring-boot-starter |
Version | Version1.2.8.RELEASE |
Type | Typejar |
<!-- 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.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/freeswitch-esl-spring-boot-starter/
implementation 'link.thingscloud:freeswitch-esl-spring-boot-starter:1.2.8.RELEASE'
// https://jarcasting.com/artifacts/link.thingscloud/freeswitch-esl-spring-boot-starter/
implementation ("link.thingscloud:freeswitch-esl-spring-boot-starter:1.2.8.RELEASE")
'link.thingscloud:freeswitch-esl-spring-boot-starter:jar:1.2.8.RELEASE'
<dependency org="link.thingscloud" name="freeswitch-esl-spring-boot-starter" rev="1.2.8.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.8.RELEASE')
)
libraryDependencies += "link.thingscloud" % "freeswitch-esl-spring-boot-starter" % "1.2.8.RELEASE"
[link.thingscloud/freeswitch-esl-spring-boot-starter "1.2.8.RELEASE"]