MVN

de.learnlib : learnlib-procedural

Maven & Gradle

Nov 15, 2023

LearnLib :: Algorithms :: Procedural · This artifact provides the implementations of various learning algorithms for systems of procedural automata such as the ones described in the papers "Compositional learning of mutually recursive procedural systems (https://doi.org/10.1007/s10009-021-00634-y) and "From Languages to Behaviors and Back" (https://doi.org/10.1007/978-3-031-15629-8_11) by Markus Frohme and Bernhard Steffen.

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

Latest Version

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

  • Latest Stable: 0.17.0

All Versions

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

Version Vulnerabilities Updated
0.17.x
learnlib-procedural-0.17.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'de.learnlib:learnlib-procedural:0.17.0'

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

implementation("de.learnlib:learnlib-procedural:0.17.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "de.learnlib" % "learnlib-procedural" % "0.17.0"