How to import two versions of one library from Java Gradle

Asked 1 years ago, Updated 1 years ago, 141 views

Bringing dependency to Gradle I need a library called A and B. However, both A and B need different versions of the library called C, resulting in library conflicts.

I need to get C for A, and another version of C for B How can I do this in Gradle?

java gradle library import

2022-09-22 18:19

1 Answers

I looked it up for about 10 minutes, and this is the conclusion.

is Java build tools, regardless of the package to use the same keullaeseumyeong and only you can not bring in other classes at the same time.

https://www.google.com/search?client=firefox-b&q=gradle+multiple+version+same+library


2022-09-22 18:19

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.