The library is hard to use because it brings with it too many transitive dependencies. These dependencies may conflict with other parts of your application.
This is a shame, because in itself the library has no dependencies. It is all due to the benchmarking which is part of the library, but shouldn't be. The solution is to put the benchmarking in a separate Maven module.
Temporary workaround
Until this is fixed, people can use the uuid-creator library in the following way in their applications:
The library is hard to use because it brings with it too many transitive dependencies. These dependencies may conflict with other parts of your application.
This is a shame, because in itself the library has no dependencies. It is all due to the benchmarking which is part of the library, but shouldn't be. The solution is to put the benchmarking in a separate Maven module.
Temporary workaround
Until this is fixed, people can use the
uuid-creator
library in the following way in their applications: