i

integration-test

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