is not current version
Last Version 0.498.0

io.flux-capacitor:test-server 0.363.0

In memory server that can be used for testing applications in your local environment.

GroupId

GroupId

io.flux-capacitor
ArtifactId

ArtifactId

test-server
Version

Version

0.363.0
Type

Type

jar

Download test-server 0.363.0


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