f

fakewebclient

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