Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.sviperll</groupId>
  <artifactId>chicory-text</artifactId>
  <version>0.36</version>
</dependency>

Apache Buildr

'com.github.sviperll:chicory-text:jar:0.36'

Apache Ivy

<dependency org="com.github.sviperll" name="chicory-text" rev="0.36">
  <artifact name="chicory-text" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.sviperll', module='chicory-text', version='0.36')
)

Grails

compile 'com.github.sviperll:chicory-text:0.36'

Leiningen

[com.github.sviperll/chicory-text "0.36"]

SBT

libraryDependencies += "com.github.sviperll" % "chicory-text" % "0.36"