Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.ttp</groupId>
  <artifactId>parser</artifactId>
  <version>0.2.5-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.opendaylight.ttp:parser:jar:0.2.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.ttp" name="parser" rev="0.2.5-SNAPSHOT">
  <artifact name="parser" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.ttp', module='parser', version='0.2.5-SNAPSHOT')
)

Grails

compile 'org.opendaylight.ttp:parser:0.2.5-SNAPSHOT'

Leiningen

[org.opendaylight.ttp/parser "0.2.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.ttp" % "parser" % "0.2.5-SNAPSHOT"