| GroupId | GroupIdorg.mobicents.external.freetts | 
|---|---|
| ArtifactId | ArtifactIdcmu_time_awb | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| cmu_time_awb-1.0.pom | |
| cmu_time_awb-1.0.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.mobicents.external.freetts/cmu_time_awb/ -->
<dependency>
    <groupId>org.mobicents.external.freetts</groupId>
    <artifactId>cmu_time_awb</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.mobicents.external.freetts/cmu_time_awb/
implementation 'org.mobicents.external.freetts:cmu_time_awb:1.0'// https://jarcasting.com/artifacts/org.mobicents.external.freetts/cmu_time_awb/
implementation ("org.mobicents.external.freetts:cmu_time_awb:1.0")'org.mobicents.external.freetts:cmu_time_awb:jar:1.0'<dependency org="org.mobicents.external.freetts" name="cmu_time_awb" rev="1.0">
  <artifact name="cmu_time_awb" type="jar" />
</dependency>@Grapes(
@Grab(group='org.mobicents.external.freetts', module='cmu_time_awb', version='1.0')
)libraryDependencies += "org.mobicents.external.freetts" % "cmu_time_awb" % "1.0"[org.mobicents.external.freetts/cmu_time_awb "1.0"]