Dependency Information

Apache Maven

<dependency>
  <groupId>net.automatalib</groupId>
  <artifactId>automata-commons-parent</artifactId>
  <version>0.5.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'net.automatalib:automata-commons-parent:pom:0.5.0'

Apache Ant

<dependency org="net.automatalib" name="automata-commons-parent" rev="0.5.0">
  <artifact name="automata-commons-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='net.automatalib', module='automata-commons-parent', version='0.5.0')
)

Grails

compile 'net.automatalib:automata-commons-parent:0.5.0'

Leiningen

[net.automatalib/automata-commons-parent "0.5.0"]

SBT

libraryDependencies += "net.automatalib" %% "automata-commons-parent" % "0.5.0"