string95 0 Posted November 3, 2022 Hi All, Just a short post here to maybe help anyone who is having trouble with the provided scope for maven dependency. Below is how I configured my dependency. <dependency> <groupId>org.dreambot</groupId> <artifactId>client</artifactId> <version>3.14.0.8</version> <scope>system</scope> <systemPath>C:/Users/user/DreamBot/BotData/Client.jar</systemPath> </dependency> I was stuck with old methods and this let me access the new ones.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.