c

chat-workflow-testing

Test Framework and Extensible Tests
文件下载
文件名 操作
chat-workflow-testing-9.0.3.jar 下载
chat-workflow-testing-9.0.3.pom 下载
chat-workflow-testing-9.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.finos.springbot</groupId>
  <artifactId>chat-workflow-testing</artifactId>
  <version>9.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.finos.springbot:chat-workflow-testing:9.0.3'
Gradle Kotlin
implementation("org.finos.springbot:chat-workflow-testing:9.0.3")
Scala SBT
libraryDependencies += "org.finos.springbot" % "chat-workflow-testing" % "9.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.finos.springbot', module='chat-workflow-testing', version='9.0.3')
)
Apache Ivy
<dependency org="org.finos.springbot" name="chat-workflow-testing" rev="9.0.3" />
Leiningen
[org.finos.springbot/chat-workflow-testing "9.0.3"]
Apache Buildr
'org.finos.springbot:chat-workflow-testing:jar:9.0.3'