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