libraryDependencies += "com.github.rockjam" %% "hello-world-core" % "0.0.20"
import $ivy.`com.github.rockjam::hello-world-core:0.0.20`
<dependency> <groupId>com.github.rockjam</groupId> <artifactId>hello-world-core_2.12</artifactId> <version>0.0.20</version> </dependency>
compile group: 'com.github.rockjam', name: 'hello-world-core_2.12', version: '0.0.20'
ivy"com.github.rockjam::hello-world-core:0.0.20"