MVN

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

Maven & Gradle

Jun 26, 2023
117 stars

gRPC Mock Spring Boot Async Example · A more complex example of gRPC Mock integration in Spring Boot

<dependency>
    <groupId>org.grpcmock.examples</groupId>
    <artifactId>grpcmock-example-spring-boot-async</artifactId>
    <version>0.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.grpcmock.examples : grpcmock-example-spring-boot-async to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.5

All Versions

Choose a version of org.grpcmock.examples : grpcmock-example-spring-boot-async to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
grpcmock-example-spring-boot-async-0.9.5
grpcmock-example-spring-boot-async-0.9.4
grpcmock-example-spring-boot-async-0.9.3
grpcmock-example-spring-boot-async-0.9.2
grpcmock-example-spring-boot-async-0.9.1
grpcmock-example-spring-boot-async-0.9.0
0.8.x
grpcmock-example-spring-boot-async-0.8.0
0.7.x
grpcmock-example-spring-boot-async-0.7.9
grpcmock-example-spring-boot-async-0.7.8
grpcmock-example-spring-boot-async-0.7.7
grpcmock-example-spring-boot-async-0.7.6
grpcmock-example-spring-boot-async-0.7.5
grpcmock-example-spring-boot-async-0.7.4
grpcmock-example-spring-boot-async-0.7.3
grpcmock-example-spring-boot-async-0.7.2
grpcmock-example-spring-boot-async-0.7.1
grpcmock-example-spring-boot-async-0.7.0
0.6.x
grpcmock-example-spring-boot-async-0.6.1
grpcmock-example-spring-boot-async-0.6.0
0.5.x
grpcmock-example-spring-boot-async-0.5.5
grpcmock-example-spring-boot-async-0.5.4
grpcmock-example-spring-boot-async-0.5.3
grpcmock-example-spring-boot-async-0.5.2
grpcmock-example-spring-boot-async-0.5.1
grpcmock-example-spring-boot-async-0.5.0
0.4.x
grpcmock-example-spring-boot-async-0.4.0

How to add a dependency to Maven

Add the following org.grpcmock.examples : grpcmock-example-spring-boot-async maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.grpcmock.examples</groupId>
    <artifactId>grpcmock-example-spring-boot-async</artifactId>
    <version>0.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.grpcmock.examples : grpcmock-example-spring-boot-async gradle dependency to your build.gradle file:

implementation 'org.grpcmock.examples:grpcmock-example-spring-boot-async:0.9.5'

Gradle Kotlin DSL: Add the following org.grpcmock.examples : grpcmock-example-spring-boot-async gradle kotlin dependency to your build.gradle.kts file:

implementation("org.grpcmock.examples:grpcmock-example-spring-boot-async:0.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.grpcmock.examples : grpcmock-example-spring-boot-async sbt scala dependency to your build.sbt file:

libraryDependencies += "org.grpcmock.examples" % "grpcmock-example-spring-boot-async" % "0.9.5"

Advertisement