Dependency Information

Apache Maven

<dependency>
  <groupId>info.ejava.examples.ejb.basicejb</groupId>
  <artifactId>ejb-basic-ejb</artifactId>
  <version>5.1.0-SNAPSHOT</version>
  <type>ejb</type>
</dependency>

Apache Buildr

'info.ejava.examples.ejb.basicejb:ejb-basic-ejb:ejb:5.1.0-SNAPSHOT'

Apache Ivy

<dependency org="info.ejava.examples.ejb.basicejb" name="ejb-basic-ejb" rev="5.1.0-SNAPSHOT">
  <artifact name="ejb-basic-ejb" type="ejb" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='info.ejava.examples.ejb.basicejb', module='ejb-basic-ejb', version='5.1.0-SNAPSHOT')
)

Gradle/Grails

compile 'info.ejava.examples.ejb.basicejb:ejb-basic-ejb:5.1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "info.ejava.examples.ejb.basicejb" % "ejb-basic-ejb" % "5.1.0-SNAPSHOT"

Leiningen

[info.ejava.examples.ejb.basicejb/ejb-basic-ejb "5.1.0-SNAPSHOT"]