How to install the Java artifact org.eclipse.core.variables with Maven
Java
Maven
pom.xml
org.eclipse.core
variables
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>variables</artifactId>
<version>3.2.0-v20070426</version>
</dependency>
/dependencies>