Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.gotev |
ArtifactId | ArtifactIdcookie-store-okhttp |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
cookie-store-okhttp-1.2.3.pom | |
cookie-store-okhttp-1.2.3.jar | 9 KB |
cookie-store-okhttp-1.2.3-sources.jar | 703 bytes |
cookie-store-okhttp-1.2.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.gotev/cookie-store-okhttp/ -->
<dependency>
<groupId>net.gotev</groupId>
<artifactId>cookie-store-okhttp</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.gotev/cookie-store-okhttp/
implementation 'net.gotev:cookie-store-okhttp:1.2.3'
// https://jarcasting.com/artifacts/net.gotev/cookie-store-okhttp/
implementation ("net.gotev:cookie-store-okhttp:1.2.3")
'net.gotev:cookie-store-okhttp:jar:1.2.3'
<dependency org="net.gotev" name="cookie-store-okhttp" rev="1.2.3">
<artifact name="cookie-store-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.gotev', module='cookie-store-okhttp', version='1.2.3')
)
libraryDependencies += "net.gotev" % "cookie-store-okhttp" % "1.2.3"
[net.gotev/cookie-store-okhttp "1.2.3"]