jadb icon indicating copy to clipboard operation
jadb copied to clipboard

Dependency 'com.github.vidstige:jadb:v1.2.1' not found

Open vedha-vikash-pixel opened this issue 1 year ago • 3 comments

I am trying to include the jadb package in my maven project . As mentioned in the Readme file , i have added the jitpack repo and the jadb dependency in my spring boot pom.xml file.

<repositories>
		<repository>
			<id>jitpack.io</id>
			<url>https://jitpack.io</url>
		</repository>
</repositories>
</dependencies>
<!-- Other Maven Dependencies -->
                <dependency>
			<groupId>com.github.vidstige</groupId>
			<artifactId>jadb</artifactId>
			<version>v1.2.1</version>
		</dependency>
</dependencies>

Intellij is telling me "Dependency 'com.github.vidstige:jadb:v1.2.1' not found "

Can anyone help me to resolve this issue?

vedha-vikash-pixel avatar Aug 18 '23 08:08 vedha-vikash-pixel

Having the same issue

EDIT: This was easily fixed by restarting my IDE.

gbiz123 avatar Oct 14 '23 22:10 gbiz123

It should be available on jitpack. Glad you were able to get it working again. And thanks for sharing with others that might stumble across the same thing.

vidstige avatar Feb 15 '24 15:02 vidstige

If anyone is reading, you may want to try running mvn dependency:resolve from the command line to resolve missing dependencies

gbiz123 avatar Feb 15 '24 15:02 gbiz123

Thanks

vedha-vikash-pixel avatar Jul 11 '24 13:07 vedha-vikash-pixel