GroupId | GroupIdorg.mobicents.examples |
---|---|
ArtifactId | ArtifactIdmgcp-demo-tts-sbb |
Version | Version2.8.90 |
Type | Typejar |
Filename | Size |
---|---|
mgcp-demo-tts-sbb-2.8.90.pom | |
mgcp-demo-tts-sbb-2.8.90.jar | 12 KB |
mgcp-demo-tts-sbb-2.8.90-sources.jar | 7 KB |
mgcp-demo-tts-sbb-2.8.90-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-tts-sbb/ -->
<dependency>
<groupId>org.mobicents.examples</groupId>
<artifactId>mgcp-demo-tts-sbb</artifactId>
<version>2.8.90</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-tts-sbb/
implementation 'org.mobicents.examples:mgcp-demo-tts-sbb:2.8.90'
// https://jarcasting.com/artifacts/org.mobicents.examples/mgcp-demo-tts-sbb/
implementation ("org.mobicents.examples:mgcp-demo-tts-sbb:2.8.90")
'org.mobicents.examples:mgcp-demo-tts-sbb:jar:2.8.90'
<dependency org="org.mobicents.examples" name="mgcp-demo-tts-sbb" rev="2.8.90">
<artifact name="mgcp-demo-tts-sbb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.examples', module='mgcp-demo-tts-sbb', version='2.8.90')
)
libraryDependencies += "org.mobicents.examples" % "mgcp-demo-tts-sbb" % "2.8.90"
[org.mobicents.examples/mgcp-demo-tts-sbb "2.8.90"]