Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ivy

<dependency org="info.ejava.examples.ejb.basicejb" name="ejb-basic-ejb" rev="4.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='4.1.0-SNAPSHOT')
)

Grails

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

Leiningen

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

SBT

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