MVN

io.qtjambi : qtjambi-scripttools

Maven & Gradle

Jul 26, 2023
316 stars

QtJambi ScriptTools · Additional components for applications that use Qt Script.

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-scripttools</artifactId>
    <version>5.15.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.qtjambi : qtjambi-scripttools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.15.16

All Versions

Choose a version of io.qtjambi : qtjambi-scripttools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.15.x
qtjambi-scripttools-5.15.16
qtjambi-scripttools-5.15.15
qtjambi-scripttools-5.15.14
qtjambi-scripttools-5.15.13
qtjambi-scripttools-5.15.12
qtjambi-scripttools-5.15.11
qtjambi-scripttools-5.15.10
qtjambi-scripttools-5.15.9
qtjambi-scripttools-5.15.8
qtjambi-scripttools-5.15.7
qtjambi-scripttools-5.15.6
qtjambi-scripttools-5.15.5
qtjambi-scripttools-5.15.4
qtjambi-scripttools-5.15.3
5.15
qtjambi-scripttools-5.15

How to add a dependency to Maven

Add the following io.qtjambi : qtjambi-scripttools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-scripttools</artifactId>
    <version>5.15.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.qtjambi : qtjambi-scripttools gradle dependency to your build.gradle file:

implementation 'io.qtjambi:qtjambi-scripttools:5.15.16'

Gradle Kotlin DSL: Add the following io.qtjambi : qtjambi-scripttools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.qtjambi:qtjambi-scripttools:5.15.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.qtjambi : qtjambi-scripttools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.qtjambi" % "qtjambi-scripttools" % "5.15.16"

Advertisement