r

replay-guard-client-integration-okhttp

ReplayGuard is a security-focused library designed to enhance the security of communications between client applications and backend servers. This library addresses the critical need for secure data transmission, specifically targeting the vulnerabilities associated with replay attacks and unauthorized data interception.
https://github.com/christian-draeger/replay-guard
MIT License
Christian Dräger
Files download
File Operation
replay-guard-client-integration-okhttp-0.1.0.jar download
replay-guard-client-integration-okhttp-0.1.0.pom download
replay-guard-client-integration-okhttp-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>codes.draeger</groupId>
  <artifactId>replay-guard-client-integration-okhttp</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'codes.draeger:replay-guard-client-integration-okhttp:0.1.0'
Gradle Kotlin
implementation("codes.draeger:replay-guard-client-integration-okhttp:0.1.0")
Scala SBT
libraryDependencies += "codes.draeger" % "replay-guard-client-integration-okhttp" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='codes.draeger', module='replay-guard-client-integration-okhttp', version='0.1.0')
)
Apache Ivy
<dependency org="codes.draeger" name="replay-guard-client-integration-okhttp" rev="0.1.0" />
Leiningen
[codes.draeger/replay-guard-client-integration-okhttp "0.1.0"]
Apache Buildr
'codes.draeger:replay-guard-client-integration-okhttp:jar:0.1.0'