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