<dependency> <groupId>com.github.skozlov</groupId> <artifactId>turing-build</artifactId> <version>0.1.0</version> </dependency>
implementation 'com.github.skozlov:turing-build:0.1.0'
implementation("com.github.skozlov:turing-build:0.1.0")
libraryDependencies += "com.github.skozlov" % "turing-build" % "0.1.0"
@Grapes( @Grab(group='com.github.skozlov', module='turing-build', version='0.1.0') )
<dependency org="com.github.skozlov" name="turing-build" rev="0.1.0" />
[com.github.skozlov/turing-build "0.1.0"]
'com.github.skozlov:turing-build:jar:0.1.0'
<parent> <groupId>com.github.skozlov</groupId> <artifactId>turing</artifactId> <version>0.1.0</version> </parent>
compile
|-- com.github.skozlov:turing-base:0.1.0