MVN

io.qtjambi : qtjambi-webchannelquick-native-macos

Maven & Gradle

Oct 16, 2023
319 stars

QtJambi WebChannelQuick native components for macOS · Native components for macOS

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-webchannelquick-native-macos</artifactId>
    <version>6.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.6.0

All Versions

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

Version Vulnerabilities Updated
6.6.x
qtjambi-webchannelquick-native-macos-6.6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.qtjambi</groupId>
    <artifactId>qtjambi-webchannelquick-native-macos</artifactId>
    <version>6.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.qtjambi:qtjambi-webchannelquick-native-macos:6.6.0'

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

implementation("io.qtjambi:qtjambi-webchannelquick-native-macos:6.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.qtjambi" % "qtjambi-webchannelquick-native-macos" % "6.6.0"