Skip to content

Latest commit

 

History

History
692 lines (663 loc) · 80.3 KB

Modules.md

File metadata and controls

692 lines (663 loc) · 80.3 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 or by 6.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 optionally for JDK8 or any higher JDK and a native component. Native components are avaiable for Windows (x64), Linux (x64) and macOS (x64 and arm64).

QtJambi for Qt 6.2

Following Qt 6.2 modules are provided by QtJambi:

Qt6 Essentials

Qt6 Add-Ons

Qt3D

QtJambi Tools

QtJambi for Qt 5.15

Following Qt 5.15 modules are provided by QtJambi:

Qt5 Essentials

Qt5 Add-Ons

Qt5 Platform-dependent Add-Ons

Qt3D

QtJambi Tools