i

integration-tests

WSO2 Application Server Integration Tests
http://wso2.com
文件下载
文件名 操作
integration-tests-6.0.0-m4.jar 下载
integration-tests-6.0.0-m4.pom 下载
integration-tests-6.0.0-m4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.wso2.appserver</groupId>
  <artifactId>integration-tests</artifactId>
  <version>6.0.0-m4</version>
</dependency>
Gradle Groovy
implementation 'org.wso2.appserver:integration-tests:6.0.0-m4'
Gradle Kotlin
implementation("org.wso2.appserver:integration-tests:6.0.0-m4")
Scala SBT
libraryDependencies += "org.wso2.appserver" % "integration-tests" % "6.0.0-m4"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.appserver', module='integration-tests', version='6.0.0-m4')
)
Apache Ivy
<dependency org="org.wso2.appserver" name="integration-tests" rev="6.0.0-m4" />
Leiningen
[org.wso2.appserver/integration-tests "6.0.0-m4"]
Apache Buildr
'org.wso2.appserver:integration-tests:jar:6.0.0-m4'