Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.vitalliuss</groupId>
  <artifactId>aircompany</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'com.github.vitalliuss:aircompany:jar:1.0-SNAPSHOT'

Apache Ivy

<dependency org="com.github.vitalliuss" name="aircompany" rev="1.0-SNAPSHOT">
  <artifact name="aircompany" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.vitalliuss', module='aircompany', version='1.0-SNAPSHOT')
)

Gradle/Grails

compile 'com.github.vitalliuss:aircompany:1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "com.github.vitalliuss" % "aircompany" % "1.0-SNAPSHOT"

Leiningen

[com.github.vitalliuss/aircompany "1.0-SNAPSHOT"]