You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace references to old repository/artifact ID with `java-sdk`
- Update artifact ID and group ID to align with repository name. This
ensures that a local Maven/Gradle installation will match the Maven
coordinates used with jitpack.
- Fix manual jar instructions to use correct location for the jar
built by gradle
@@ -321,10 +321,10 @@ It's recommended to create an instance of `ApiClient` per thread in a multithrea
321
321
322
322
## Support
323
323
324
-
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/issues).
324
+
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/java-sdk/issues).
325
325
If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com).
326
326
327
327
328
328
## License
329
329
330
-
This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/blob/main/LICENSE).
330
+
This project is licensed under the [MIT License](https://github.com/fingerprintjs/java-sdk/blob/main/LICENSE).
@@ -336,10 +336,10 @@ It's recommended to create an instance of `ApiClient` per thread in a multithrea
336
336
337
337
## Support
338
338
339
-
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/issues).
339
+
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/java-sdk/issues).
340
340
If you need private support, you can email us at [oss-support@fingerprint.com](mailto:oss-support@fingerprint.com).
341
341
342
342
343
343
## License
344
344
345
-
This project is licensed under the [MIT License](https://github.com/fingerprintjs/fingerprint-pro-server-api-java-sdk/blob/main/LICENSE).
345
+
This project is licensed under the [MIT License](https://github.com/fingerprintjs/java-sdk/blob/main/LICENSE).
0 commit comments