Download terraform-client-1.0.0.jar file - Jar t

Jar examples for t:terraform-client

Description

Terraform client wrapper for Java developers

You can download jar file terraform-client 1.0.0 in this page.

License

MIT

Build File

You can use the following script to add terraform-client-1.0.0.jar to your project.

<dependency>
   <groupId>com.microsoft.terraform</groupId>
   <artifactId>terraform-client</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.microsoft.terraform', name: 'terraform-client', version: '1.0.0'
libraryDependencies += "com.microsoft.terraform" % "terraform-client" % "1.0.0"
<dependency org="com.microsoft.terraform" name="terraform-client" rev="1.0.0"/>
@Grapes(@Grab(group='com.microsoft.terraform', module='terraform-client', version='1.0.0'))
'com.microsoft.terraform:terraform-client:jar:1.0.0'

Download

Click the following link to download the jar file.

terraform-client-1.0.0-javadoc.jar
terraform-client-1.0.0-sources.jar
terraform-client-1.0.0.jar
terraform-client-1.0.0.pom



Related Tutorials