is not current version
Last Version 0.7.8

org.grpcmock.examples:grpcmock-example-spring-boot-async 0.5.0

A more complex example of gRPC Mock integration in Spring Boot

Categories

Categories

Spring Boot Container Microservices gRPC Net Networking
GroupId

GroupId

org.grpcmock.examples
ArtifactId

ArtifactId

grpcmock-example-spring-boot-async
Version

Version

0.5.0
Type

Type

jar

Download grpcmock-example-spring-boot-async 0.5.0


<!-- https://jarcasting.com/artifacts/org.grpcmock.examples/grpcmock-example-spring-boot-async/ -->
<dependency>
    <groupId>org.grpcmock.examples</groupId>
    <artifactId>grpcmock-example-spring-boot-async</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.grpcmock.examples/grpcmock-example-spring-boot-async/
implementation 'org.grpcmock.examples:grpcmock-example-spring-boot-async:0.5.0'
// https://jarcasting.com/artifacts/org.grpcmock.examples/grpcmock-example-spring-boot-async/
implementation ("org.grpcmock.examples:grpcmock-example-spring-boot-async:0.5.0")
'org.grpcmock.examples:grpcmock-example-spring-boot-async:jar:0.5.0'
<dependency org="org.grpcmock.examples" name="grpcmock-example-spring-boot-async" rev="0.5.0">
  <artifact name="grpcmock-example-spring-boot-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grpcmock.examples', module='grpcmock-example-spring-boot-async', version='0.5.0')
)
libraryDependencies += "org.grpcmock.examples" % "grpcmock-example-spring-boot-async" % "0.5.0"
[org.grpcmock.examples/grpcmock-example-spring-boot-async "0.5.0"]