f

fakewebclient

fakewebclient to use in tests instead of webclient
Apache License, Version 2.0
Naveen Muthusamy
Files download
File Operation
fakewebclient-0.0.35.jar download
fakewebclient-0.0.35.pom download
fakewebclient-0.0.35-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.naveen17797</groupId>
  <artifactId>fakewebclient</artifactId>
  <version>0.0.35</version>
</dependency>
Gradle Groovy
implementation 'io.github.naveen17797:fakewebclient:0.0.35'
Gradle Kotlin
implementation("io.github.naveen17797:fakewebclient:0.0.35")
Scala SBT
libraryDependencies += "io.github.naveen17797" % "fakewebclient" % "0.0.35"
Groovy Grape
@Grapes(
  @Grab(group='io.github.naveen17797', module='fakewebclient', version='0.0.35')
)
Apache Ivy
<dependency org="io.github.naveen17797" name="fakewebclient" rev="0.0.35" />
Leiningen
[io.github.naveen17797/fakewebclient "0.0.35"]
Apache Buildr
'io.github.naveen17797:fakewebclient:jar:0.0.35'