Skip to content

Commit

Permalink
Update README.md to jcef-0b8e42e+cef-122.1.10+gc902316+chromium-122.0…
Browse files Browse the repository at this point in the history
….6261.112
  • Loading branch information
github-actions committed Mar 7, 2024
1 parent 20a34b2 commit 7cb4bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Embed a complete browser in your Java Apps - supports Java 8+</h5>
<dependency>
<groupId>me.friwi</groupId>
<artifactId>jcefmaven</artifactId>
<version>116.0.19.1</version>
<version>jcef-0b8e42e+cef-122.1.10+gc902316+chromium-122.0.6261.112</version>
</dependency>
```

**Use with Gradle:**
```Gradle
implementation 'me.friwi:jcefmaven:116.0.19.1'
implementation 'me.friwi:jcefmaven:jcef-0b8e42e+cef-122.1.10+gc902316+chromium-122.0.6261.112'
```

---
Expand Down Expand Up @@ -105,5 +105,5 @@ To use OSR (off-screen render) mode, add these flags for JOGL:

## Reporting bugs
Please only report bugs here that are related to the maven artifacts.
Please report bugs in JCEF/CEF to the [corresponding repository](https://github.com/chromiumembedded/).
Please report bugs in JCEF/CEF to the [corresponding repository on Bitbucket](https://bitbucket.org/chromiumembedded/).

0 comments on commit 7cb4bb6

Please sign in to comment.