GroupId | GroupIdlink.thingscloud |
---|---|
ArtifactId | ArtifactIdfreeswitch-esl |
Version | Version1.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/link.thingscloud/freeswitch-esl/ -->
<dependency>
<groupId>link.thingscloud</groupId>
<artifactId>freeswitch-esl</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/link.thingscloud/freeswitch-esl/
implementation 'link.thingscloud:freeswitch-esl:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/link.thingscloud/freeswitch-esl/
implementation ("link.thingscloud:freeswitch-esl:1.1.0.RELEASE")
'link.thingscloud:freeswitch-esl:jar:1.1.0.RELEASE'
<dependency org="link.thingscloud" name="freeswitch-esl" rev="1.1.0.RELEASE">
<artifact name="freeswitch-esl" type="jar" />
</dependency>
@Grapes(
@Grab(group='link.thingscloud', module='freeswitch-esl', version='1.1.0.RELEASE')
)
libraryDependencies += "link.thingscloud" % "freeswitch-esl" % "1.1.0.RELEASE"
[link.thingscloud/freeswitch-esl "1.1.0.RELEASE"]