License |
License |
---|---|
Categories |
CategoriesCLI User Interface ORM Data |
GroupId | GroupIdcom.microsoft.terraform |
ArtifactId | ArtifactIdterraform-client |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionTerraform Client for Java developers
Terraform client wrapper for Java developers
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
terraform-client-1.0.0.pom | |
terraform-client-1.0.0.jar | 16 KB |
terraform-client-1.0.0-sources.jar | 11 KB |
terraform-client-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.terraform/terraform-client/ -->
<dependency>
<groupId>com.microsoft.terraform</groupId>
<artifactId>terraform-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.terraform/terraform-client/
implementation 'com.microsoft.terraform:terraform-client:1.0.0'
// https://jarcasting.com/artifacts/com.microsoft.terraform/terraform-client/
implementation ("com.microsoft.terraform:terraform-client:1.0.0")
'com.microsoft.terraform:terraform-client:jar:1.0.0'
<dependency org="com.microsoft.terraform" name="terraform-client" rev="1.0.0">
<artifact name="terraform-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.terraform', module='terraform-client', version='1.0.0')
)
libraryDependencies += "com.microsoft.terraform" % "terraform-client" % "1.0.0"
[com.microsoft.terraform/terraform-client "1.0.0"]