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