a

autotest.webui

Files download
File Operation
autotest.webui-1.0.0-20170706.jar download
autotest.webui-1.0.0-20170706.pom download
autotest.webui-1.0.0-20170706-sources.jar download
Apache Maven
<dependency>
  <groupId>com.surenpi.autotest</groupId>
  <artifactId>autotest.webui</artifactId>
  <version>1.0.0-20170706</version>
</dependency>
Gradle Groovy
implementation 'com.surenpi.autotest:autotest.webui:1.0.0-20170706'
Gradle Kotlin
implementation("com.surenpi.autotest:autotest.webui:1.0.0-20170706")
Scala SBT
libraryDependencies += "com.surenpi.autotest" % "autotest.webui" % "1.0.0-20170706"
Groovy Grape
@Grapes(
  @Grab(group='com.surenpi.autotest', module='autotest.webui', version='1.0.0-20170706')
)
Apache Ivy
<dependency org="com.surenpi.autotest" name="autotest.webui" rev="1.0.0-20170706" />
Leiningen
[com.surenpi.autotest/autotest.webui "1.0.0-20170706"]
Apache Buildr
'com.surenpi.autotest:autotest.webui:jar:1.0.0-20170706'