libraryDependencies += "com.github.mwegrz" %% "scala-app" % "0.1.5"
import $ivy.`com.github.mwegrz::scala-app:0.1.5`
<dependency> <groupId>com.github.mwegrz</groupId> <artifactId>scala-app_2.11</artifactId> <version>0.1.5</version> </dependency>
compile group: 'com.github.mwegrz', name: 'scala-app_2.11', version: '0.1.5'
ivy"com.github.mwegrz::scala-app:0.1.5"