<dependency> <groupId>org.oxerr.httpcomponents</groupId> <artifactId>httpclient-filecookiestore</artifactId> <version>1.0.0</version> </dependency>
'org.oxerr.httpcomponents:httpclient-filecookiestore:jar:1.0.0'
<dependency org="org.oxerr.httpcomponents" name="httpclient-filecookiestore" rev="1.0.0"> <artifact name="httpclient-filecookiestore" type="jar" /> </dependency>
@Grapes( @Grab(group='org.oxerr.httpcomponents', module='httpclient-filecookiestore', version='1.0.0') )
compile 'org.oxerr.httpcomponents:httpclient-filecookiestore:1.0.0'
libraryDependencies += "org.oxerr.httpcomponents" % "httpclient-filecookiestore" % "1.0.0"
[org.oxerr.httpcomponents/httpclient-filecookiestore "1.0.0"]