e

elemento-testsuite

Elemento Testsuite
Files download
File Operation
elemento-testsuite-0.9.6.pom download
Apache Maven
<dependency>
  <groupId>org.jboss.gwt.elemento</groupId>
  <artifactId>elemento-testsuite</artifactId>
  <version>0.9.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jboss.gwt.elemento:elemento-testsuite:0.9.6'
Gradle Kotlin
implementation("org.jboss.gwt.elemento:elemento-testsuite:0.9.6")
Scala SBT
libraryDependencies += "org.jboss.gwt.elemento" % "elemento-testsuite" % "0.9.6"
Groovy Grape
@Grapes(
  @Grab(group='org.jboss.gwt.elemento', module='elemento-testsuite', version='0.9.6')
)
Apache Ivy
<dependency org="org.jboss.gwt.elemento" name="elemento-testsuite" rev="0.9.6" />
Leiningen
[org.jboss.gwt.elemento/elemento-testsuite "0.9.6"]
Apache Buildr
'org.jboss.gwt.elemento:elemento-testsuite:jar:0.9.6'