MVN

net.automatalib : automata-examples

Maven & Gradle

Dec 13, 2013
64 stars

AutomataLib :: Examples · A collection of various small example applications that illustrate several use cases of AutomataLib.<br /> <em>Note:</em> This artifact is not intended as a library, but only exists for educational purposes.

<dependency>
    <groupId>net.automatalib</groupId>
    <artifactId>automata-examples</artifactId>
    <version>0.3.1-ase2013-tutorial-r1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.automatalib : automata-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1-ase2013-tutorial-r1

All Versions

Choose a version of net.automatalib : automata-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
automata-examples-0.3.1-ase2013-tutorial-r1
automata-examples-0.3.1
automata-examples-0.3.1-ase2013-tutorial
automata-examples-0.3.0

How to add a dependency to Maven

Add the following net.automatalib : automata-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.automatalib</groupId>
    <artifactId>automata-examples</artifactId>
    <version>0.3.1-ase2013-tutorial-r1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.automatalib : automata-examples gradle dependency to your build.gradle file:

implementation 'net.automatalib:automata-examples:0.3.1-ase2013-tutorial-r1'

Gradle Kotlin DSL: Add the following net.automatalib : automata-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("net.automatalib:automata-examples:0.3.1-ase2013-tutorial-r1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.automatalib : automata-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "net.automatalib" % "automata-examples" % "0.3.1-ase2013-tutorial-r1"

Advertisement