t

terratest-maven-plugin

Plugin for running and compiling terratest (or any go) tests
https://github.com/terratest-maven-plugin
MIT License
terratest-maven-plugin
Gergő Szabó
Files download
File Operation
terratest-maven-plugin-1.0.1.jar download
terratest-maven-plugin-1.0.1.pom download
terratest-maven-plugin-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.terratest-maven-plugin</groupId>
  <artifactId>terratest-maven-plugin</artifactId>
  <version>1.0.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.terratest-maven-plugin:terratest-maven-plugin:1.0.1'
Gradle Kotlin
implementation("com.github.terratest-maven-plugin:terratest-maven-plugin:1.0.1")
Scala SBT
libraryDependencies += "com.github.terratest-maven-plugin" % "terratest-maven-plugin" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.terratest-maven-plugin', module='terratest-maven-plugin', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.terratest-maven-plugin" name="terratest-maven-plugin" rev="1.0.1" />
Leiningen
[com.github.terratest-maven-plugin/terratest-maven-plugin "1.0.1"]
Apache Buildr
'com.github.terratest-maven-plugin:terratest-maven-plugin:jar:1.0.1'