is not current version
Last Version 0.14

com.pyruby:java-stub-server 0.11

JavaStubServer is an HTTP server that tests can drive with a mockito-esque feel to return expected results and verify calls were made

Categories

Categories

Java Languages Ruby
GroupId

GroupId

com.pyruby
ArtifactId

ArtifactId

java-stub-server
Version

Version

0.11
Type

Type

jar

Download java-stub-server 0.11


<!-- https://jarcasting.com/artifacts/com.pyruby/java-stub-server/ -->
<dependency>
    <groupId>com.pyruby</groupId>
    <artifactId>java-stub-server</artifactId>
    <version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.pyruby/java-stub-server/
implementation 'com.pyruby:java-stub-server:0.11'
// https://jarcasting.com/artifacts/com.pyruby/java-stub-server/
implementation ("com.pyruby:java-stub-server:0.11")
'com.pyruby:java-stub-server:jar:0.11'
<dependency org="com.pyruby" name="java-stub-server" rev="0.11">
  <artifact name="java-stub-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pyruby', module='java-stub-server', version='0.11')
)
libraryDependencies += "com.pyruby" % "java-stub-server" % "0.11"
[com.pyruby/java-stub-server "0.11"]