is not current version
Last Version 1.1.0

be.unamur.info:yami-tool 1.0.1

Usage models (Discrete Time Markov Chain (DTMC)) represents the usage scenarios of the software as well as their probability. This allows one to determine the relative importance of execution scenarios (with respect to other). This project explores the possibility to reverse engineer usage models based on execution traces contained in application logs.

GroupId

GroupId

be.unamur.info
ArtifactId

ArtifactId

yami-tool
Version

Version

1.0.1
Type

Type

jar

Download yami-tool 1.0.1


<!-- https://jarcasting.com/artifacts/be.unamur.info/yami-tool/ -->
<dependency>
    <groupId>be.unamur.info</groupId>
    <artifactId>yami-tool</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/be.unamur.info/yami-tool/
implementation 'be.unamur.info:yami-tool:1.0.1'
// https://jarcasting.com/artifacts/be.unamur.info/yami-tool/
implementation ("be.unamur.info:yami-tool:1.0.1")
'be.unamur.info:yami-tool:jar:1.0.1'
<dependency org="be.unamur.info" name="yami-tool" rev="1.0.1">
  <artifact name="yami-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.unamur.info', module='yami-tool', version='1.0.1')
)
libraryDependencies += "be.unamur.info" % "yami-tool" % "1.0.1"
[be.unamur.info/yami-tool "1.0.1"]