Dependency Information

Apache Maven

<dependency>
  <groupId>org.opendaylight.tcpmd5</groupId>
  <artifactId>features-tcpmd5</artifactId>
  <version>1.2.5-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.opendaylight.tcpmd5:features-tcpmd5:jar:1.2.5-SNAPSHOT'

Apache Ivy

<dependency org="org.opendaylight.tcpmd5" name="features-tcpmd5" rev="1.2.5-SNAPSHOT">
  <artifact name="features-tcpmd5" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.opendaylight.tcpmd5', module='features-tcpmd5', version='1.2.5-SNAPSHOT')
)

Grails

compile 'org.opendaylight.tcpmd5:features-tcpmd5:1.2.5-SNAPSHOT'

Leiningen

[org.opendaylight.tcpmd5/features-tcpmd5 "1.2.5-SNAPSHOT"]

SBT

libraryDependencies += "org.opendaylight.tcpmd5" % "features-tcpmd5" % "1.2.5-SNAPSHOT"