h

httpclient-filecookiestore

Stores cookies in a text file.
https://oxerr.org/httpclient-filecookiestore
The BSD 2-Clause License
Sutra Zhou
Files download
File Operation
httpclient-filecookiestore-1.0.0.jar download
httpclient-filecookiestore-1.0.0.pom download
httpclient-filecookiestore-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.oxerr.httpcomponents</groupId>
  <artifactId>httpclient-filecookiestore</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.oxerr.httpcomponents:httpclient-filecookiestore:1.0.0'
Gradle Kotlin
implementation("org.oxerr.httpcomponents:httpclient-filecookiestore:1.0.0")
Scala SBT
libraryDependencies += "org.oxerr.httpcomponents" % "httpclient-filecookiestore" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.oxerr.httpcomponents', module='httpclient-filecookiestore', version='1.0.0')
)
Apache Ivy
<dependency org="org.oxerr.httpcomponents" name="httpclient-filecookiestore" rev="1.0.0" />
Leiningen
[org.oxerr.httpcomponents/httpclient-filecookiestore "1.0.0"]
Apache Buildr
'org.oxerr.httpcomponents:httpclient-filecookiestore:jar:1.0.0'