MicroEmulator can be found in maven Central Repository maven.org and ibiblio.org.
Also the releases available from the http://repository.pyx4j.com/maven2-release maven 2 repository.
The latest snapshot builds can be downloaded directly from the http://repository.pyx4j.com/maven2-snapshot pyx4j.com maven 2 snapshot repository.
<repository>
<id>pyx4j-web-snapshot</id>
<url>http://repository.pyx4j.com/maven2-snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository> <dependency>
<groupId>org.microemu</groupId>
<artifactId>microemulator</artifactId>
<version>3.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency> <dependency>
<groupId>org.microemu</groupId>
<artifactId>microemu-javase-applet</artifactId>
<version>3.0.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>For more information on building J2ME application using maven2 see j2me-maven-plugin