MVN

io.qtjambi : qtjambi-scripttools-jre8

Maven & Gradle

Apr 01, 2022
310 stars

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

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

Latest Version

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

  • Latest Stable: 5.15.5

All Versions

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

Version Vulnerabilities Updated
5.15.x
qtjambi-scripttools-jre8-5.15.5
qtjambi-scripttools-jre8-5.15.4
qtjambi-scripttools-jre8-5.15.3
5.15
qtjambi-scripttools-jre8-5.15

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.qtjambi:qtjambi-scripttools-jre8:5.15.5'

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

implementation("io.qtjambi:qtjambi-scripttools-jre8:5.15.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.qtjambi" % "qtjambi-scripttools-jre8" % "5.15.5"

Advertisement