t

testamation-parent

A functional/integration almost-black-box testing framework for web application
https://github.com/rlon008/testamation
The Apache Software License, Version 2.0
Ratha Long Paul Jacobs
文件下载
文件名 操作
testamation-parent-1.3.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.rlon008</groupId>
  <artifactId>testamation-parent</artifactId>
  <version>1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.rlon008:testamation-parent:1.3'
Gradle Kotlin
implementation("com.github.rlon008:testamation-parent:1.3")
Scala SBT
libraryDependencies += "com.github.rlon008" % "testamation-parent" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rlon008', module='testamation-parent', version='1.3')
)
Apache Ivy
<dependency org="com.github.rlon008" name="testamation-parent" rev="1.3" />
Leiningen
[com.github.rlon008/testamation-parent "1.3"]
Apache Buildr
'com.github.rlon008:testamation-parent:jar:1.3'
本项目依赖