MVN

io.qtjambi : qtjambi-qt3dinput-debuginfo-windows-arm64

Maven & Gradle

Apr 07, 2024
319 stars

QtJambi 3DInput native debuginfo for Windows arm64 · Native debuginfo for Windows arm64

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-qt3dinput-debuginfo-windows-arm64</artifactId>
    <version>6.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.qtjambi : qtjambi-qt3dinput-debuginfo-windows-arm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.6.3

All Versions

Choose a version of io.qtjambi : qtjambi-qt3dinput-debuginfo-windows-arm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.6.x
qtjambi-qt3dinput-debuginfo-windows-arm64-6.6.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-qt3dinput-debuginfo-windows-arm64</artifactId>
    <version>6.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.qtjambi : qtjambi-qt3dinput-debuginfo-windows-arm64 gradle dependency to your build.gradle file:

implementation 'io.qtjambi:qtjambi-qt3dinput-debuginfo-windows-arm64:6.6.3'

Gradle Kotlin DSL: Add the following io.qtjambi : qtjambi-qt3dinput-debuginfo-windows-arm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.qtjambi:qtjambi-qt3dinput-debuginfo-windows-arm64:6.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.qtjambi : qtjambi-qt3dinput-debuginfo-windows-arm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.qtjambi" % "qtjambi-qt3dinput-debuginfo-windows-arm64" % "6.6.3"