<dependency> <groupId>io.github.rburgst</groupId> <artifactId>okhttp-digest</artifactId> <version>3.1.1</version> </dependency>
implementation 'io.github.rburgst:okhttp-digest:3.1.1'
implementation("io.github.rburgst:okhttp-digest:3.1.1")
libraryDependencies += "io.github.rburgst" % "okhttp-digest" % "3.1.1"
@Grapes( @Grab(group='io.github.rburgst', module='okhttp-digest', version='3.1.1') )
<dependency org="io.github.rburgst" name="okhttp-digest" rev="3.1.1" />
[io.github.rburgst/okhttp-digest "3.1.1"]
'io.github.rburgst:okhttp-digest:jar:3.1.1'
runtime
|-- com.squareup.okhttp3:okhttp:4.12.0