MVN

com.exactpro.th2 : pico-operator

Maven & Gradle

Aug 15, 2023
0 stars

pico-operator · 'th2 library for generating configs for custom resources'

<dependency>
    <groupId>com.exactpro.th2</groupId>
    <artifactId>pico-operator</artifactId>
    <version>1.3.0-dev</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exactpro.th2 : pico-operator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0-dev

All Versions

Choose a version of com.exactpro.th2 : pico-operator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
pico-operator-1.3.0-dev
1.2.x
pico-operator-1.2.0-dev
1.0.x
pico-operator-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.exactpro.th2</groupId>
    <artifactId>pico-operator</artifactId>
    <version>1.3.0-dev</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exactpro.th2 : pico-operator gradle dependency to your build.gradle file:

implementation 'com.exactpro.th2:pico-operator:1.3.0-dev'

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

implementation("com.exactpro.th2:pico-operator:1.3.0-dev")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exactpro.th2 : pico-operator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exactpro.th2" % "pico-operator" % "1.3.0-dev"

Advertisement