Files download
File Operation
rawhttp-cookies-0.2.1.jar download
rawhttp-cookies-0.2.1.pom download
rawhttp-cookies-0.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.athaydes.rawhttp</groupId>
  <artifactId>rawhttp-cookies</artifactId>
  <version>0.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.athaydes.rawhttp:rawhttp-cookies:0.2.1'
Gradle Kotlin
implementation("com.athaydes.rawhttp:rawhttp-cookies:0.2.1")
Scala SBT
libraryDependencies += "com.athaydes.rawhttp" % "rawhttp-cookies" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.athaydes.rawhttp', module='rawhttp-cookies', version='0.2.1')
)
Apache Ivy
<dependency org="com.athaydes.rawhttp" name="rawhttp-cookies" rev="0.2.1" />
Leiningen
[com.athaydes.rawhttp/rawhttp-cookies "0.2.1"]
Apache Buildr
'com.athaydes.rawhttp:rawhttp-cookies:jar:0.2.1'