文件下载
文件名 操作
integration-test-0.3.126.pom 下载
Apache Maven
<dependency>
  <groupId>org.dotwebstack.framework</groupId>
  <artifactId>integration-test</artifactId>
  <version>0.3.126</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dotwebstack.framework:integration-test:0.3.126'
Gradle Kotlin
implementation("org.dotwebstack.framework:integration-test:0.3.126")
Scala SBT
libraryDependencies += "org.dotwebstack.framework" % "integration-test" % "0.3.126"
Groovy Grape
@Grapes(
  @Grab(group='org.dotwebstack.framework', module='integration-test', version='0.3.126')
)
Apache Ivy
<dependency org="org.dotwebstack.framework" name="integration-test" rev="0.3.126" />
Leiningen
[org.dotwebstack.framework/integration-test "0.3.126"]
Apache Buildr
'org.dotwebstack.framework:integration-test:jar:0.3.126'