License |
License |
---|---|
GroupId | GroupIdbe.unamur.info |
ArtifactId | ArtifactIdyami-tool |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionYAMI - Yet Another Model Inference tool
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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yami-tool-1.1.0.pom | |
yami-tool-1.1.0.jar | 49 KB |
yami-tool-1.1.0-sources.jar | 40 KB |
yami-tool-1.1.0-javadoc.jar | 224 KB |
yami-tool-1.1.0-jar-with-dependencies.jar | 26 MB |
Browse |
<!-- https://jarcasting.com/artifacts/be.unamur.info/yami-tool/ -->
<dependency>
<groupId>be.unamur.info</groupId>
<artifactId>yami-tool</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.unamur.info/yami-tool/
implementation 'be.unamur.info:yami-tool:1.1.0'
// https://jarcasting.com/artifacts/be.unamur.info/yami-tool/
implementation ("be.unamur.info:yami-tool:1.1.0")
'be.unamur.info:yami-tool:jar:1.1.0'
<dependency org="be.unamur.info" name="yami-tool" rev="1.1.0">
<artifact name="yami-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.unamur.info', module='yami-tool', version='1.1.0')
)
libraryDependencies += "be.unamur.info" % "yami-tool" % "1.1.0"
[be.unamur.info/yami-tool "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
be.unamur.info : vibes-dsl | jar | 2.0.5 |
com.google.guava : guava | jar | 24.1-jre |
com.google.code.gson : gson | jar | 2.8.2 |
com.github.tony19 : named-regexp | jar | 0.2.3 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.9.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |
junit : junit | jar | 4.12 |