MVN

com.exactpro.th2 : grpc-act-template

Maven & Gradle

Aug 24, 2023
0 stars

grpc-act-template · 'th2 gRPC act template library'

<dependency>
    <groupId>com.exactpro.th2</groupId>
    <artifactId>grpc-act-template</artifactId>
    <version>4.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exactpro.th2 : grpc-act-template to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.1.0

All Versions

Choose a version of com.exactpro.th2 : grpc-act-template to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.1.x
grpc-act-template-4.1.0
4.0.x
grpc-act-template-4.0.1
grpc-act-template-4.0.1-dev
grpc-act-template-4.0.0-dev
3.12.x
grpc-act-template-3.12.0
3.11.x
grpc-act-template-3.11.0
3.10.x
grpc-act-template-3.10.0
3.9.x
grpc-act-template-3.9.0
3.8.x
grpc-act-template-3.8.0
3.7.x
grpc-act-template-3.7.0
3.6.x
grpc-act-template-3.6.0
3.5.x
grpc-act-template-3.5.0
3.4.x
grpc-act-template-3.4.0
3.3.x
grpc-act-template-3.3.0
3.2.x
grpc-act-template-3.2.0
3.1.x
grpc-act-template-3.1.2
grpc-act-template-3.1.1
grpc-act-template-3.1.0
3.0.x
grpc-act-template-3.0.1
2.4.x
grpc-act-template-2.4.0

How to add a dependency to Maven

Add the following com.exactpro.th2 : grpc-act-template maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.exactpro.th2</groupId>
    <artifactId>grpc-act-template</artifactId>
    <version>4.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exactpro.th2 : grpc-act-template gradle dependency to your build.gradle file:

implementation 'com.exactpro.th2:grpc-act-template:4.1.0'

Gradle Kotlin DSL: Add the following com.exactpro.th2 : grpc-act-template gradle kotlin dependency to your build.gradle.kts file:

implementation("com.exactpro.th2:grpc-act-template:4.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exactpro.th2 : grpc-act-template sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exactpro.th2" % "grpc-act-template" % "4.1.0"

Advertisement