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