is not current version
Last Version 1.5.0

net.gotev:cookie-store 1.2.2

Android InMemory and persistent Cookie Store for HttpURLConnection and OkHttp, with extensions to easily sync cookies in Android WebViews.

Categories

Categories

Net
GroupId

GroupId

net.gotev
ArtifactId

ArtifactId

cookie-store
Version

Version

1.2.2
Type

Type

aar

Download cookie-store 1.2.2


<!-- https://jarcasting.com/artifacts/net.gotev/cookie-store/ -->
<dependency>
    <groupId>net.gotev</groupId>
    <artifactId>cookie-store</artifactId>
    <version>1.2.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.gotev/cookie-store/
implementation 'net.gotev:cookie-store:1.2.2'
// https://jarcasting.com/artifacts/net.gotev/cookie-store/
implementation ("net.gotev:cookie-store:1.2.2")
'net.gotev:cookie-store:aar:1.2.2'
<dependency org="net.gotev" name="cookie-store" rev="1.2.2">
  <artifact name="cookie-store" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.gotev', module='cookie-store', version='1.2.2')
)
libraryDependencies += "net.gotev" % "cookie-store" % "1.2.2"
[net.gotev/cookie-store "1.2.2"]