Dependency Information

Apache Maven

<dependency>
  <groupId>info.ejava.examples.ejb</groupId>
  <artifactId>txHotelBLImpl</artifactId>
  <version>4.1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'info.ejava.examples.ejb:txHotelBLImpl:jar:4.1.0-SNAPSHOT'

Apache Ivy

<dependency org="info.ejava.examples.ejb" name="txHotelBLImpl" rev="4.1.0-SNAPSHOT">
  <artifact name="txHotelBLImpl" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='info.ejava.examples.ejb', module='txHotelBLImpl', version='4.1.0-SNAPSHOT')
)

Grails

compile 'info.ejava.examples.ejb:txHotelBLImpl:4.1.0-SNAPSHOT'

Leiningen

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

SBT

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