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