v

vibes

This projects aims at providing model-driven testing tools working on Transition Systems (TSs), Featured Transition Systems (FTSs) and Usage Models (Deterministic Time Markov Chain) in order to perform classical testing tasks: test case selection, prioritization, mutation testing, etc.
http://projects.info.unamur.be/vibes/
MIT license (also X11)
PReCISE, University of Namur
Xavier Devroey Gilles Perrouin
Files download
File Operation
vibes-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>be.unamur.info</groupId>
  <artifactId>vibes</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'be.unamur.info:vibes:1.0.0'
Gradle Kotlin
implementation("be.unamur.info:vibes:1.0.0")
Scala SBT
libraryDependencies += "be.unamur.info" % "vibes" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='be.unamur.info', module='vibes', version='1.0.0')
)
Apache Ivy
<dependency org="be.unamur.info" name="vibes" rev="1.0.0" />
Leiningen
[be.unamur.info/vibes "1.0.0"]
Apache Buildr
'be.unamur.info:vibes:jar:1.0.0'
Dependencies
The project has no third-party dependencies