| License | License | 
|---|---|
| Categories | CategoriesGoogle Cloud Container PaaS Providers | 
| GroupId | GroupIdcom.google.cloud | 
| ArtifactId | ArtifactIdgoogle-cloud-texttospeech | 
| Last Version | Last Version2.3.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGoogle Cloud Text-to-Speech Java idiomatic client for Google Cloud Text-to-Speech | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationGoogle LLC | 
<!-- https://jarcasting.com/artifacts/com.google.cloud/google-cloud-texttospeech/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-texttospeech</artifactId>
    <version>2.3.1</version>
</dependency>// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-texttospeech/
implementation 'com.google.cloud:google-cloud-texttospeech:2.3.1'// https://jarcasting.com/artifacts/com.google.cloud/google-cloud-texttospeech/
implementation ("com.google.cloud:google-cloud-texttospeech:2.3.1")'com.google.cloud:google-cloud-texttospeech:jar:2.3.1'<dependency org="com.google.cloud" name="google-cloud-texttospeech" rev="2.3.1">
  <artifact name="google-cloud-texttospeech" type="jar" />
</dependency>@Grapes(
@Grab(group='com.google.cloud', module='google-cloud-texttospeech', version='2.3.1')
)libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.3.1"[com.google.cloud/google-cloud-texttospeech "2.3.1"]