Snippets tagged “dependency”
2 snippets use this tag.
- Can I add jars to Maven 2 build classpath without installing them?Java
Yes, you can add jars to the Maven build classpath without installing them.
- How do I tell Maven to use the latest version of a dependency?Java
To tell Maven to use the latest version of a dependency, you can use the [RELEASE] or [LATEST] version range in the <version> element of the dependency in your pom.xml file.