Skip to content

JCEF Maven 143.0.14.2

Choose a tag to compare

@github-actions github-actions released this 08 Feb 18:58
· 49 commits to master since this release

Update JCEF to a504036

Build: GitHub Actions #8
MVN version: 143.0.14.2
JCEF commit: a504036
CEF version: 143.0.14+gdd46a37+chromium-143.0.7499.193

Use with Maven:

<dependency>
    <groupId>me.tytoo</groupId>
    <artifactId>jcefgithub</artifactId>
    <version>143.0.14.2</version>
</dependency>
Natives (only include if you want to bundle them in a fat jar)
Linux AMD64
<dependency>
    <groupId>me.tytoo</groupId>
    <artifactId>jcef-natives-linux-amd64</artifactId>
    <version>jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193</version>
</dependency>
Linux ARM64
<dependency>
    <groupId>me.tytoo</groupId>
    <artifactId>jcef-natives-linux-arm64</artifactId>
    <version>jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193</version>
</dependency>
Macosx AMD64
<dependency>
    <groupId>me.tytoo</groupId>
    <artifactId>jcef-natives-macosx-amd64</artifactId>
    <version>jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193</version>
</dependency>
Macosx ARM64
<dependency>
    <groupId>me.tytoo</groupId>
    <artifactId>jcef-natives-macosx-arm64</artifactId>
    <version>jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193</version>
</dependency>
Windows AMD64
<dependency>
    <groupId>me.tytoo</groupId>
    <artifactId>jcef-natives-windows-amd64</artifactId>
    <version>jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193</version>
</dependency>

Use with Gradle:

implementation 'me.tytoo:jcefgithub:143.0.14.2'
Natives (only include if you want to bundle them in a fat jar)
Linux AMD64
implementation 'me.tytoo:jcef-natives-linux-amd64:jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193'
Linux ARM64
implementation 'me.tytoo:jcef-natives-linux-arm64:jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193'
Macosx AMD64
implementation 'me.tytoo:jcef-natives-macosx-amd64:jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193'
Macosx ARM64
implementation 'me.tytoo:jcef-natives-macosx-arm64:jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193'
Windows AMD64
implementation 'me.tytoo:jcef-natives-windows-amd64:jcef-a504036+cef-143.0.14+gdd46a37+chromium-143.0.7499.193'

Changes from previous release:

fix: Implement CefKeyEvent for direct keyboard event injection (#1)

Test results of this release
These test results are provided by developers like yourself. If the platform you are currently running on is marked as untested below, please consider submitting a test report. You can report your test results using a new issue in just a minute! It will help other developers in choosing a stable version. Thank you!

linux windows macosx
amd64 Untested Untested Untested
arm64 Untested - Untested