License |
License |
---|---|
GroupId | GroupIdbe.unamur.info |
ArtifactId | ArtifactIdvibes-core |
Version | Version2.0.5 |
Type | Typejar |
Description |
DescriptionVIBeS: core
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-core-2.0.5.pom | |
vibes-core-2.0.5.jar | 70 KB |
vibes-core-2.0.5-sources.jar | 62 KB |
vibes-core-2.0.5-javadoc.jar | 304 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.unamur.info/vibes-core/ -->
<dependency>
<groupId>be.unamur.info</groupId>
<artifactId>vibes-core</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/be.unamur.info/vibes-core/
implementation 'be.unamur.info:vibes-core:2.0.5'
// https://jarcasting.com/artifacts/be.unamur.info/vibes-core/
implementation ("be.unamur.info:vibes-core:2.0.5")
'be.unamur.info:vibes-core:jar:2.0.5'
<dependency org="be.unamur.info" name="vibes-core" rev="2.0.5">
<artifact name="vibes-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.unamur.info', module='vibes-core', version='2.0.5')
)
libraryDependencies += "be.unamur.info" % "vibes-core" % "2.0.5"
[be.unamur.info/vibes-core "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
be.unamur.info : vibes-fexpression | 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.hamcrest : hamcrest-all | jar | 1.3 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.9.1 |