MVN

dev.resteasy.grpc : grpc-tests

Maven & Gradle

Jun 01, 2023

RESTEasy Main testsuite: gRPC tests

<dependency>
    <groupId>dev.resteasy.grpc</groupId>
    <artifactId>grpc-tests</artifactId>
    <version>1.0.0.Alpha2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.resteasy.grpc : grpc-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.Alpha2
  • Latest Alpha: 1.0.0.Alpha2

All Versions

Choose a version of dev.resteasy.grpc : grpc-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
grpc-tests-1.0.0.Alpha2

How to add a dependency to Maven

Add the following dev.resteasy.grpc : grpc-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.resteasy.grpc</groupId>
    <artifactId>grpc-tests</artifactId>
    <version>1.0.0.Alpha2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.resteasy.grpc : grpc-tests gradle dependency to your build.gradle file:

implementation 'dev.resteasy.grpc:grpc-tests:1.0.0.Alpha2'

Gradle Kotlin DSL: Add the following dev.resteasy.grpc : grpc-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.resteasy.grpc:grpc-tests:1.0.0.Alpha2")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.resteasy.grpc : grpc-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.resteasy.grpc" % "grpc-tests" % "1.0.0.Alpha2"