<dependency> <groupId>io.github.christophknabe</groupId> <artifactId>multex</artifactId> <version>8.5.1</version> </dependency>
'io.github.christophknabe:multex:jar:8.5.1'
<dependency org="io.github.christophknabe" name="multex" rev="8.5.1"> <artifact name="multex" type="jar" /> </dependency>
@Grapes( @Grab(group='io.github.christophknabe', module='multex', version='8.5.1') )
compile 'io.github.christophknabe:multex:8.5.1'
libraryDependencies += "io.github.christophknabe" % "multex" % "8.5.1"
[io.github.christophknabe/multex "8.5.1"]