Files download
File Operation
integration-test-0.3.127.pom download
Apache Maven
<dependency>
  <groupId>org.dotwebstack.framework</groupId>
  <artifactId>integration-test</artifactId>
  <version>0.3.127</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dotwebstack.framework:integration-test:0.3.127'
Gradle Kotlin
implementation("org.dotwebstack.framework:integration-test:0.3.127")
Scala SBT
libraryDependencies += "org.dotwebstack.framework" % "integration-test" % "0.3.127"
Groovy Grape
@Grapes(
  @Grab(group='org.dotwebstack.framework', module='integration-test', version='0.3.127')
)
Apache Ivy
<dependency org="org.dotwebstack.framework" name="integration-test" rev="0.3.127" />
Leiningen
[org.dotwebstack.framework/integration-test "0.3.127"]
Apache Buildr
'org.dotwebstack.framework:integration-test:jar:0.3.127'