g

gwt

A library for writing unit tests in a Given When Then notation
https://xpathqs.org/
MIT License
Nikita A. Chegodaev
Files download
File Operation
gwt-0.2.1.jar download
gwt-0.2.1.pom download
gwt-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.xpathqs</groupId>
  <artifactId>gwt</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'org.xpathqs:gwt:0.2.1'
Gradle Kotlin
implementation("org.xpathqs:gwt:0.2.1")
Scala SBT
libraryDependencies += "org.xpathqs" % "gwt" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.xpathqs', module='gwt', version='0.2.1')
)
Apache Ivy
<dependency org="org.xpathqs" name="gwt" rev="0.2.1" />
Leiningen
[org.xpathqs/gwt "0.2.1"]
Apache Buildr
'org.xpathqs:gwt:jar:0.2.1'