<dependency> <groupId>com.github.skozlov</groupId> <artifactId>turing</artifactId> <version>0.1.0</version> <type>pom</type> </dependency>
implementation 'com.github.skozlov:turing:0.1.0'
implementation("com.github.skozlov:turing:0.1.0")
libraryDependencies += "com.github.skozlov" % "turing" % "0.1.0"
@Grapes( @Grab(group='com.github.skozlov', module='turing', version='0.1.0') )
<dependency org="com.github.skozlov" name="turing" rev="0.1.0" />
[com.github.skozlov/turing "0.1.0"]
'com.github.skozlov:turing:jar:0.1.0'
test
|-- org.scalatest:scalatest_2.11:2.2.6