Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.christophknabe</groupId>
  <artifactId>multex</artifactId>
  <version>8.5.1</version>
</dependency>

Apache Buildr

'io.github.christophknabe:multex:jar:8.5.1'

Apache Ivy

<dependency org="io.github.christophknabe" name="multex" rev="8.5.1">
  <artifact name="multex" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.christophknabe', module='multex', version='8.5.1')
)

Gradle/Grails

compile 'io.github.christophknabe:multex:8.5.1'

Scala SBT

libraryDependencies += "io.github.christophknabe" % "multex" % "8.5.1"

Leiningen

[io.github.christophknabe/multex "8.5.1"]