a

aao

A lightweight framework to enhance the features of cucumber-jvm
https://github.com/meza/AAO
GNU General Public License (GPL) version 3.0
Meza
Files download
File Operation
aao-1.1.jar download
aao-1.1.pom download
aao-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>hu.meza</groupId>
  <artifactId>aao</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'hu.meza:aao:1.1'
Gradle Kotlin
implementation("hu.meza:aao:1.1")
Scala SBT
libraryDependencies += "hu.meza" % "aao" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='hu.meza', module='aao', version='1.1')
)
Apache Ivy
<dependency org="hu.meza" name="aao" rev="1.1" />
Leiningen
[hu.meza/aao "1.1"]
Apache Buildr
'hu.meza:aao:jar:1.1'