License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices gRPC Net Networking |
GroupId | GroupIdorg.grpcmock.examples |
ArtifactId | ArtifactIdgrpcmock-example-spring-boot |
Last Version | Last Version0.7.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptiongRPC Mock Spring Boot Example
A simple example of gRPC Mock integration in Spring Boot
|
<!-- https://jarcasting.com/artifacts/org.grpcmock.examples/grpcmock-example-spring-boot/ -->
<dependency>
<groupId>org.grpcmock.examples</groupId>
<artifactId>grpcmock-example-spring-boot</artifactId>
<version>0.7.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.grpcmock.examples/grpcmock-example-spring-boot/
implementation 'org.grpcmock.examples:grpcmock-example-spring-boot:0.7.8'
// https://jarcasting.com/artifacts/org.grpcmock.examples/grpcmock-example-spring-boot/
implementation ("org.grpcmock.examples:grpcmock-example-spring-boot:0.7.8")
'org.grpcmock.examples:grpcmock-example-spring-boot:jar:0.7.8'
<dependency org="org.grpcmock.examples" name="grpcmock-example-spring-boot" rev="0.7.8">
<artifact name="grpcmock-example-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grpcmock.examples', module='grpcmock-example-spring-boot', version='0.7.8')
)
libraryDependencies += "org.grpcmock.examples" % "grpcmock-example-spring-boot" % "0.7.8"
[org.grpcmock.examples/grpcmock-example-spring-boot "0.7.8"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.6.6 |
io.grpc : grpc-services | jar | 1.47.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.6 |
com.jayway.restassured : rest-assured | jar | 2.9.0 |
org.grpcmock : grpcmock-spring-boot | jar | 0.7.8 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-inline | jar | 4.4.0 |