MVN

io.qtjambi : qtjambi-debuginfo-macos

Maven & Gradle

Sep 29, 2023
319 stars

QtJambi (Core, Gui & Widgets) native debuginfo for macOS · Native debuginfo for macOS

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-debuginfo-macos</artifactId>
    <version>6.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.5.3

All Versions

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

Version Vulnerabilities Updated
6.5.x
qtjambi-debuginfo-macos-6.5.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-debuginfo-macos</artifactId>
    <version>6.5.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.qtjambi:qtjambi-debuginfo-macos:6.5.3'

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

implementation("io.qtjambi:qtjambi-debuginfo-macos:6.5.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.qtjambi" % "qtjambi-debuginfo-macos" % "6.5.3"

Advertisement