Skip to content

Commit 7c23202

Browse files
committed
[Doc] Add notice about library transfer
1 parent 3c0fb93 commit 7c23202

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
[![binding javadoc](https://javadoc.io/badge2/io.github.spair/imgui-java-binding/javadoc_binding.svg)](https://javadoc.io/doc/io.github.spair/imgui-java-binding)
55
[![app javadoc](https://javadoc.io/badge2/io.github.spair/imgui-java-app/javadoc_app.svg)](https://javadoc.io/doc/io.github.spair/imgui-java-app)
66

7+
## Important News!
8+
_(If you are using raw jars, you can skip this section.)_<br>
9+
Because of [JCenter shutdown](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) library has moved to Maven Central.
10+
That fact affects nothing, but the groupId parameter in your Gradle and Maven configuration files.
11+
From version `1.80-1.5.0` use `io.github.spair` instead of `io.imgui.java`. See an updated [How To Use](#how-to-use) section for details.
12+
13+
**<ins>Old versions will not be transferred to Maven Central and will become unavailable after JCenter goes down.</ins>**
14+
15+
---
16+
717
JNI based binding for [Dear ImGui](https://github.com/ocornut/imgui) with no dependencies.<br>
818
Read official [documentation](https://github.com/ocornut/imgui#usage) and [wiki](https://github.com/ocornut/imgui/wiki) to see how to work with Dear ImGui.
919
Almost everything from C++ could be done in Java in the same way.

0 commit comments

Comments
 (0)