s

stubby4j

A highly flexible & configurable tool for testing interactions of SOA applications with web services (REST, SOAP, WSDL etc.) over HTTP(S) protocol. It is an actual HTTP server (stubby4j uses embedded Jetty) that acts like a real web service, ready for consumption by your code. Allows stubbing of external systems with ease for integration testing
https://github.com/azagniotov/stubby4j
The Apache Software License, Version 2.0
Alexander Zagniotov
Files download
File Operation
stubby4j-6.0.2.jar download
stubby4j-6.0.2.pom download
stubby4j-6.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.azagniotov</groupId>
  <artifactId>stubby4j</artifactId>
  <version>6.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.azagniotov:stubby4j:6.0.2'
Gradle Kotlin
implementation("io.github.azagniotov:stubby4j:6.0.2")
Scala SBT
libraryDependencies += "io.github.azagniotov" % "stubby4j" % "6.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.azagniotov', module='stubby4j', version='6.0.2')
)
Apache Ivy
<dependency org="io.github.azagniotov" name="stubby4j" rev="6.0.2" />
Leiningen
[io.github.azagniotov/stubby4j "6.0.2"]
Apache Buildr
'io.github.azagniotov:stubby4j:jar:6.0.2'