x

x2br-mangaba

The Mangaba is an open-source tool for automating Specification by Example, using natural language, through the use of internals DSLs. The specifications are made in the test class itself, without the need to write them in HTML or Markdown.
https://github.com/X2Br/x2br-mangaba
Apache License, Version 2.0
Marco Antonio Carvalho
Files download
File Operation
x2br-mangaba-0.1.0.BETA.jar download
x2br-mangaba-0.1.0.BETA.pom download
x2br-mangaba-0.1.0.BETA-sources.jar download
Apache Maven
<dependency>
  <groupId>org.x2br</groupId>
  <artifactId>x2br-mangaba</artifactId>
  <version>0.1.0.BETA</version>
</dependency>
Gradle Groovy
implementation 'org.x2br:x2br-mangaba:0.1.0.BETA'
Gradle Kotlin
implementation("org.x2br:x2br-mangaba:0.1.0.BETA")
Scala SBT
libraryDependencies += "org.x2br" % "x2br-mangaba" % "0.1.0.BETA"
Groovy Grape
@Grapes(
  @Grab(group='org.x2br', module='x2br-mangaba', version='0.1.0.BETA')
)
Apache Ivy
<dependency org="org.x2br" name="x2br-mangaba" rev="0.1.0.BETA" />
Leiningen
[org.x2br/x2br-mangaba "0.1.0.BETA"]
Apache Buildr
'org.x2br:x2br-mangaba:jar:0.1.0.BETA'