MVN

io.qtjambi : qtjambi-qt3dcore

Maven & Gradle

Mar 19, 2023
8 usages

QtJambi 3DCore · The Qt 3D module contains functionality to support near-realtime simulation systems.

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

Latest Version

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

  • Latest Stable: 6.2.12

All Versions

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

  • Version Updated
  • qtjambi-qt3dcore-6.2.12

    Mar 19, 2023
  • qtjambi-qt3dcore-5.15.14

    Mar 19, 2023
  • qtjambi-qt3dcore-6.4.4

    Mar 18, 2023
  • qtjambi-qt3dcore-5.15.13

    Jan 20, 2023
  • qtjambi-qt3dcore-6.2.11

    Jan 20, 2023
  • qtjambi-qt3dcore-6.4.3

    Jan 19, 2023
  • qtjambi-qt3dcore-5.15.12

    Dec 28, 2022
  • qtjambi-qt3dcore-6.2.10

    Dec 28, 2022
  • qtjambi-qt3dcore-6.4.2

    Dec 28, 2022
  • qtjambi-qt3dcore-6.2.9

    Nov 10, 2022
  • qtjambi-qt3dcore-6.4.1

    Nov 10, 2022
  • qtjambi-qt3dcore-5.15.11

    Nov 10, 2022
  • qtjambi-qt3dcore-6.4.0

    Oct 15, 2022
  • qtjambi-qt3dcore-6.3.5

    Oct 14, 2022
  • qtjambi-qt3dcore-6.2.8

    Oct 14, 2022
  • qtjambi-qt3dcore-5.15.10

    Oct 14, 2022
  • qtjambi-qt3dcore-6.3.4

    Sep 01, 2022
  • qtjambi-qt3dcore-6.2.7

    Sep 01, 2022
  • qtjambi-qt3dcore-5.15.9

    Sep 01, 2022
  • qtjambi-qt3dcore-6.3.3

    Aug 19, 2022
  • qtjambi-qt3dcore-6.2.6

    Aug 19, 2022
  • qtjambi-qt3dcore-5.15.8

    Aug 19, 2022
  • qtjambi-qt3dcore-6.3.2

    Jul 06, 2022
  • qtjambi-qt3dcore-6.2.5

    Jul 06, 2022
  • qtjambi-qt3dcore-5.15.7

    Jul 05, 2022
  • qtjambi-qt3dcore-6.3.1

    Apr 29, 2022
  • qtjambi-qt3dcore-6.2.4

    Apr 29, 2022
  • qtjambi-qt3dcore-5.15.6

    Apr 29, 2022
  • qtjambi-qt3dcore-6.3.0

    Apr 03, 2022
  • qtjambi-qt3dcore-6.2.3

    Apr 02, 2022
  • qtjambi-qt3dcore-5.15.5

    Apr 01, 2022
  • qtjambi-qt3dcore-5.15.4

    Jan 18, 2022
  • qtjambi-qt3dcore-6.2.2

    Jan 17, 2022
  • qtjambi-qt3dcore-5.15.3

    Dec 14, 2021
  • qtjambi-qt3dcore-6.2.1

    Dec 13, 2021
  • qtjambi-qt3dcore-6.2

    Nov 11, 2021
  • qtjambi-qt3dcore-5.15

    Nov 10, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-qt3dcore</artifactId>
    <version>6.2.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.qtjambi:qtjambi-qt3dcore:6.2.12'

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

implementation("io.qtjambi:qtjambi-qt3dcore:6.2.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.qtjambi" % "qtjambi-qt3dcore" % "6.2.12"