Dependency Information

Apache Maven

<dependency>
  <groupId>org.oxerr.httpcomponents</groupId>
  <artifactId>httpclient-filecookiestore</artifactId>
  <version>1.0.0</version>
</dependency>

Apache Buildr

'org.oxerr.httpcomponents:httpclient-filecookiestore:jar:1.0.0'

Apache Ivy

<dependency org="org.oxerr.httpcomponents" name="httpclient-filecookiestore" rev="1.0.0">
  <artifact name="httpclient-filecookiestore" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.oxerr.httpcomponents', module='httpclient-filecookiestore', version='1.0.0')
)

Gradle/Grails

compile 'org.oxerr.httpcomponents:httpclient-filecookiestore:1.0.0'

Scala SBT

libraryDependencies += "org.oxerr.httpcomponents" % "httpclient-filecookiestore" % "1.0.0"

Leiningen

[org.oxerr.httpcomponents/httpclient-filecookiestore "1.0.0"]