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