Skip to content

Latest commit

 

History

History
1568 lines (1518 loc) · 205 KB

Modules.md

File metadata and controls

1568 lines (1518 loc) · 205 KB

QtJambi Modules

Maven Central

QtJambi is available for Qt5 and Qt6. All modules are published as Maven Artifact. Add them to your software development project by specifying as follows:

<dependency>
  <groupId>io.qtjambi</groupId>
  <artifactId>$MODULE</artifactId>
  <version>$VERSION</version>
</dependency>

Here, exchange $VERSION either by 5.15.7, by 6.2.5 or by 6.3.2. Exchange $MODULE by QtJambi module name as listed below.

Alternatively, you can download corresponding QtJambi modules as JAR file from Maven Central Repository.

All QtJambi modules consist of a Java part (minimum java version: JDK8) and a native component. Native components are avaiable for Windows (x64), Linux (x64), macOS (x64 and arm64) and Android (x86, x86_64, armeabi-v7a, arm64-v8a).

QtJambi for Qt 6.3

QtJambi 6.3.2 requires Qt 6.3.x whereas x can be any patch version. Following Qt 6.3 modules are provided by QtJambi:

Qt6 Essentials

Qt6 Add-Ons

Qt6 Platform-dependent Add-Ons

Qt3D

QtJambi Plugins

QtJambi Tools

QtJambi for Qt 6.2

QtJambi 6.2.5 requires Qt 6.2.x whereas x can be any patch version. Following Qt 6.2 modules are provided by QtJambi:

Qt6 Essentials

Qt6 Add-Ons

Qt6 Platform-dependent Add-Ons

Qt3D

QtJambi Plugins

QtJambi Tools

QtJambi for Qt 5.15

QtJambi 5.15.7 requires Qt 5.15.x whereas x can be any patch version. Following Qt 5.15 modules are provided by QtJambi:

Qt5 Essentials

Qt5 Add-Ons

Qt5 Platform-dependent Add-Ons

Qt3D

QtJambi Plugins

QtJambi Tools