MVN

com.quantxt.core : qt-core

Maven & Gradle

Jun 16, 2023
2 usages
0 stars

Quantxt Core · Quantxt core library for text extraction and document analysis.

<dependency>
    <groupId>com.quantxt.core</groupId>
    <artifactId>qt-core</artifactId>
    <version>2.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.quantxt.core : qt-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.0

All Versions

Choose a version of com.quantxt.core : qt-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.59
qt-core-2.59
2.58
qt-core-2.58
2.57
qt-core-2.57
2.56
qt-core-2.56
2.55
qt-core-2.55
2.14.x
qt-core-2.14.0
2.13.x
qt-core-2.13.0
2.12.x
qt-core-2.12.0
2.11.x
qt-core-2.11.0
2.10.x
qt-core-2.10.0
2.9.x
qt-core-2.9.0
2.8.x
qt-core-2.8.13
qt-core-2.8.12
qt-core-2.8.9
qt-core-2.8.8
qt-core-2.8.7
qt-core-2.8.6
2.7.x
qt-core-2.7.5
qt-core-2.7.3
qt-core-2.7.2
qt-core-2.7.1
qt-core-2.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.quantxt.core</groupId>
    <artifactId>qt-core</artifactId>
    <version>2.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.quantxt.core : qt-core gradle dependency to your build.gradle file:

implementation 'com.quantxt.core:qt-core:2.14.0'

Gradle Kotlin DSL: Add the following com.quantxt.core : qt-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.quantxt.core:qt-core:2.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.quantxt.core : qt-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.quantxt.core" % "qt-core" % "2.14.0"

Advertisement