Top "Maven-dependency" questions

A dependency in Maven is a required external library the project depends upon to build and run correctly.

Maven: Command to update repository after adding dependency to POM

I've added a new dependency to my POM. Is there a simple command I can run to download this dependency …

maven-2 maven-dependency
How to work with selenium-chrome-driver in Maven without ChromeDriver.exe

I add the below dependency and code for Opening Chrome,but browser is not opening. <dependency> <groupId&…

maven google-chrome selenium selenium-webdriver maven-dependency
Maven - Multiple version of same dependency

I have a web application in which the dependencies pull in two jars called: javassist-3.9.0.GA.jar javassist-3.20.0-GA.jar …

maven maven-dependency
Jenkins building a product consisting of many Maven projects? (with Jenkins Pipeline plugin?)

We have a product that consists of many Maven projects that depend on each other. All of these Maven projects …

maven jenkins jenkins-workflow maven-module maven-dependency
How To Add Maven Dependency (Android Studio)

I have this code below.. <dependency> <groupId>me.gujun.android.taggroup</groupId> <artifactId&…

xml maven android-studio maven-dependency-plugin maven-dependency
SpringBootTest cannot be resolved to a type

I have a simple Spring Boot project. I'm using maven for dependency management. The import for SpringBootTest is not recognised …

spring-boot maven-dependency
How to create a single library jar from maven project with multiple submodules?

I have a quite large java maven project with over 200 modules, it is OK as is. I am trying to …

java maven jar maven-assembly-plugin maven-dependency
Maven dependencies - version vs updates

mvnrepository usually lists "version" and "updates" for each dependency. If I'm publishing my own package, how do I specify the "…

maven maven-dependency
MVN install, cannot find artifact in local repository

I did mvn install and get this error message Failed to execute goal on project core: Could not resolve dependencies …

java maven maven-dependency