libraryDependencies += "com.47deg" %% "another-module" % "0.1.18"
import $ivy.`com.47deg::another-module:0.1.18`
<dependency> <groupId>com.47deg</groupId> <artifactId>another-module_2.12</artifactId> <version>0.1.18</version> </dependency>
compile group: 'com.47deg', name: 'another-module_2.12', version: '0.1.18'
ivy"com.47deg::another-module:0.1.18"