GroupId | GroupIdorg.restcomm |
---|---|
ArtifactId | ArtifactIdrestcomm-connect.tts.voicerss |
Version | Version8.0.0.1079 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.tts.voicerss/ -->
<dependency>
<groupId>org.restcomm</groupId>
<artifactId>restcomm-connect.tts.voicerss</artifactId>
<version>8.0.0.1079</version>
</dependency>
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.tts.voicerss/
implementation 'org.restcomm:restcomm-connect.tts.voicerss:8.0.0.1079'
// https://jarcasting.com/artifacts/org.restcomm/restcomm-connect.tts.voicerss/
implementation ("org.restcomm:restcomm-connect.tts.voicerss:8.0.0.1079")
'org.restcomm:restcomm-connect.tts.voicerss:jar:8.0.0.1079'
<dependency org="org.restcomm" name="restcomm-connect.tts.voicerss" rev="8.0.0.1079">
<artifact name="restcomm-connect.tts.voicerss" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restcomm', module='restcomm-connect.tts.voicerss', version='8.0.0.1079')
)
libraryDependencies += "org.restcomm" % "restcomm-connect.tts.voicerss" % "8.0.0.1079"
[org.restcomm/restcomm-connect.tts.voicerss "8.0.0.1079"]