Maven


Adding Maven dependency

ev3dev-lang-java is released publicly through the Maven Central Repository. To use the library in your development environment, you can either download from the repository directly or add a dependency to your Maven pom.xml file.



Enter the following code to your pom.xml:

            				<dependency>
                				<groupId>org.ev3dev</groupId>
                				<artifactId>ev3dev-lang-java</artifactId>
                				<version>1.0.1-SNAPSHOT</version>
                			</dependency>

And you are ready to enter to the world of ev3dev-lang-java!