learnlib-algorithms
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>de.learnlib</groupId> <artifactId>learnlib-algorithms</artifactId> <version>0.9.1-ase2013-tutorial</version> </dependency>
<?xml version="1.0"?> <!-- Copyright (C) 2013 TU Dortmund This file is part of LearnLib, http://www.learnlib.de/. LearnLib is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3.0 as published by the Free Software Foundation. LearnLib is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with LearnLib; if not, see http://www.gnu.de/documents/lgpl.en.html. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>learnlib-parent</artifactId> <groupId>de.learnlib</groupId> <version>0.9.1-ase2013-tutorial</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>learnlib-algorithms</artifactId> <name>LearnLib :: Algorithms</name> <description>Parent module for automata learning algorithms shipped with LearnLib</description> <packaging>pom</packaging> <modules> <module>dhc</module> <module>lstar-generic</module> <module>lstar-baseline</module> </modules> </project>