MVN

io.qtjambi : qtjambi-quick3d-jre8

Maven & Gradle

Apr 04, 2022
317 stars

QtJambi Quick3D for Java 8 · Provides a high-level API for creating 3D content or UIs based on Qt Quick.

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

Latest Version

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

  • Latest Stable: 6.3.0

All Versions

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

Version Vulnerabilities Updated
6.3.x
qtjambi-quick3d-jre8-6.3.0
6.2.x
qtjambi-quick3d-jre8-6.2.3
qtjambi-quick3d-jre8-6.2.2
qtjambi-quick3d-jre8-6.2.1
6.2
qtjambi-quick3d-jre8-6.2
5.15.x
qtjambi-quick3d-jre8-5.15.5
qtjambi-quick3d-jre8-5.15.4
qtjambi-quick3d-jre8-5.15.3
5.15
qtjambi-quick3d-jre8-5.15

How to add a dependency to Maven

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

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-quick3d-jre8</artifactId>
    <version>6.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.qtjambi:qtjambi-quick3d-jre8:6.3.0'

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

implementation("io.qtjambi:qtjambi-quick3d-jre8:6.3.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.qtjambi" % "qtjambi-quick3d-jre8" % "6.3.0"

Advertisement