Dependency Information

Apache Maven

<dependency>
  <groupId>info.ejava.examples.projects.eLeague</groupId>
  <artifactId>eLeagueBLImpl</artifactId>
  <version>5.1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'info.ejava.examples.projects.eLeague:eLeagueBLImpl:jar:5.1.0-SNAPSHOT'

Apache Ivy

<dependency org="info.ejava.examples.projects.eLeague" name="eLeagueBLImpl" rev="5.1.0-SNAPSHOT">
  <artifact name="eLeagueBLImpl" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='info.ejava.examples.projects.eLeague', module='eLeagueBLImpl', version='5.1.0-SNAPSHOT')
)

Gradle/Grails

compile 'info.ejava.examples.projects.eLeague:eLeagueBLImpl:5.1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "info.ejava.examples.projects.eLeague" % "eLeagueBLImpl" % "5.1.0-SNAPSHOT"

Leiningen

[info.ejava.examples.projects.eLeague/eLeagueBLImpl "5.1.0-SNAPSHOT"]