MVN

com.exactpro.th2 : read-file-common-core

Maven & Gradle

Mar 02, 2023
0 stars

read-file-common-core · 'th2 common library for file read components (Java)'

<dependency>
    <groupId>com.exactpro.th2</groupId>
    <artifactId>read-file-common-core</artifactId>
    <version>2.0.0-dev</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exactpro.th2 : read-file-common-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-dev

All Versions

Choose a version of com.exactpro.th2 : read-file-common-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
read-file-common-core-2.0.0-dev
1.5.x
read-file-common-core-1.5.1
read-file-common-core-1.5.0
1.4.x
read-file-common-core-1.4.0
1.3.x
read-file-common-core-1.3.0
1.2.x
read-file-common-core-1.2.2
read-file-common-core-1.2.1
1.1.x
read-file-common-core-1.1.0
1.0.x
read-file-common-core-1.0.0
0.2.x
read-file-common-core-0.2.0
0.1.x
read-file-common-core-0.1.0
0.0.x
read-file-common-core-0.0.7
read-file-common-core-0.0.6
read-file-common-core-0.0.5
read-file-common-core-0.0.4
read-file-common-core-0.0.3
read-file-common-core-0.0.2
read-file-common-core-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.exactpro.th2</groupId>
    <artifactId>read-file-common-core</artifactId>
    <version>2.0.0-dev</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.exactpro.th2 : read-file-common-core gradle dependency to your build.gradle file:

implementation 'com.exactpro.th2:read-file-common-core:2.0.0-dev'

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

implementation("com.exactpro.th2:read-file-common-core:2.0.0-dev")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.exactpro.th2 : read-file-common-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.exactpro.th2" % "read-file-common-core" % "2.0.0-dev"

Advertisement