License |
License |
---|---|
GroupId | GroupIdbe.unamur.info |
ArtifactId | ArtifactIdvibes-dsl |
Version | Version2.0.5 |
Type | Typejar |
Description |
DescriptionVIBeS: dsl
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 Organization |
Project Organization |
Filename | Size |
---|---|
vibes-dsl-2.0.5.pom | |
vibes-dsl-2.0.5.jar | 36 KB |
vibes-dsl-2.0.5-sources.jar | 35 KB |
vibes-dsl-2.0.5-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.unamur.info/vibes-dsl/ -->
<dependency>
<groupId>be.unamur.info</groupId>
<artifactId>vibes-dsl</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/be.unamur.info/vibes-dsl/
implementation 'be.unamur.info:vibes-dsl:2.0.5'
// https://jarcasting.com/artifacts/be.unamur.info/vibes-dsl/
implementation ("be.unamur.info:vibes-dsl:2.0.5")
'be.unamur.info:vibes-dsl:jar:2.0.5'
<dependency org="be.unamur.info" name="vibes-dsl" rev="2.0.5">
<artifact name="vibes-dsl" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.unamur.info', module='vibes-dsl', version='2.0.5')
)
libraryDependencies += "be.unamur.info" % "vibes-dsl" % "2.0.5"
[be.unamur.info/vibes-dsl "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
be.unamur.info : vibes-core | jar | 2.0.5 |
be.unamur.info : vibes-selection | jar | 2.0.5 |
com.google.guava : guava | jar | 24.1-jre |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.18.3 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.9.1 |