MVN

de.learnlib : learnlib-oml

Maven & Gradle

Nov 15, 2023

LearnLib :: Algorithms :: OML · This artifact provides the implementations of various learning algorithms based on the "optimal MAT learning" concept as described in the paper "Active Automata Learning as Black-Box Search and Lazy Partition Refinement" (https://doi.org/10.1007/978-3-031-15629-8_17) by Falk Howar and Bernhard Steffen.

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

Latest Version

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

  • Latest Stable: 0.17.0

All Versions

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

Version Vulnerabilities Updated
0.17.x
learnlib-oml-0.17.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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