p

portal-testsuite

This module contains a client and server implementation of Portal test suite written in Java.
文件下载
文件名 操作
portal-testsuite-0.9.0.pom 下载
portal-testsuite-0.9.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.flowersinthesand</groupId>
  <artifactId>portal-testsuite</artifactId>
  <version>0.9.0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'io.github.flowersinthesand:portal-testsuite:0.9.0'
Gradle Kotlin
implementation("io.github.flowersinthesand:portal-testsuite:0.9.0")
Scala SBT
libraryDependencies += "io.github.flowersinthesand" % "portal-testsuite" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.flowersinthesand', module='portal-testsuite', version='0.9.0')
)
Apache Ivy
<dependency org="io.github.flowersinthesand" name="portal-testsuite" rev="0.9.0" />
Leiningen
[io.github.flowersinthesand/portal-testsuite "0.9.0"]
Apache Buildr
'io.github.flowersinthesand:portal-testsuite:jar:0.9.0'