License |
License |
---|---|
GroupId | GroupIdbe.unamur.info |
ArtifactId | ArtifactIdvibes |
Version | Version2.0.5 |
Type | Typepom |
Description |
DescriptionVariability Intensive system Behavioural teSting
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vibes-2.0.5.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.unamur.info/vibes/ -->
<dependency>
<groupId>be.unamur.info</groupId>
<artifactId>vibes</artifactId>
<version>2.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/be.unamur.info/vibes/
implementation 'be.unamur.info:vibes:2.0.5'
// https://jarcasting.com/artifacts/be.unamur.info/vibes/
implementation ("be.unamur.info:vibes:2.0.5")
'be.unamur.info:vibes:pom:2.0.5'
<dependency org="be.unamur.info" name="vibes" rev="2.0.5">
<artifact name="vibes" type="pom" />
</dependency>
@Grapes(
@Grab(group='be.unamur.info', module='vibes', version='2.0.5')
)
libraryDependencies += "be.unamur.info" % "vibes" % "2.0.5"
[be.unamur.info/vibes "2.0.5"]