is not current version
Last Version 1.5.0

net.gotev:cookie-store 1.3.1

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.3.1
Type

Type

aar

Download cookie-store 1.3.1


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