MVN

de.learnlib : learnlib-ttt-vpa

Maven & Gradle

Nov 15, 2023

LearnLib :: Algorithms :: TTT [VPA] · This artifact provides the implementation of the VPA adaption of the TTT learning algorithm as presented in the PhD thesis "Foundations of Active Automata Learning: An Algorithmic Perspective" (https://dx.doi.org/10.17877/DE290R-16359) by Malte Isberner.

<dependency>
    <groupId>de.learnlib</groupId>
    <artifactId>learnlib-ttt-vpa</artifactId>
    <version>0.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.learnlib : learnlib-ttt-vpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.0

All Versions

Choose a version of de.learnlib : learnlib-ttt-vpa to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.17.x
learnlib-ttt-vpa-0.17.0

How to add a dependency to Maven

Add the following de.learnlib : learnlib-ttt-vpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.learnlib</groupId>
    <artifactId>learnlib-ttt-vpa</artifactId>
    <version>0.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.learnlib : learnlib-ttt-vpa gradle dependency to your build.gradle file:

implementation 'de.learnlib:learnlib-ttt-vpa:0.17.0'

Gradle Kotlin DSL: Add the following de.learnlib : learnlib-ttt-vpa gradle kotlin dependency to your build.gradle.kts file:

implementation("de.learnlib:learnlib-ttt-vpa:0.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.learnlib : learnlib-ttt-vpa sbt scala dependency to your build.sbt file:

libraryDependencies += "de.learnlib" % "learnlib-ttt-vpa" % "0.17.0"