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