How to install the Java artifact org.jdtaus.editor.jdtaus-editor-client-application with Maven
Java
Maven
pom.xml
org.jdtaus.editor
jdtaus-editor-client-application
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.jdtaus.editor</groupId>
<artifactId>jdtaus-editor-client-application</artifactId>
<version>1.0-beta-1</version>
</dependency>
/<dependencies>