#summary Using maven2 to build application or MIDlet.
#labels Featured
!BlueCove can be found in maven Central Repository
[http://repo1.maven.org/maven2/net/sf/bluecove/bluecove/ maven.org]
and
[http://mirrors.ibiblio.org/pub/mirrors/maven2/net/sf/bluecove/bluecove/ ibiblio.org].
To use !BlueCove in your maven2 project you need to add this dependency to your pom.xml:
{{{
net.sf.bluecove
bluecove
2.1.0
net.sf.bluecove
bluecove-gpl
2.1.0
runtime
net.sf.bluecove
bluecove-emu
2.1.0
test
}}}
If you are building MIDlet application change _scope_ to _provided_
{{{
net.sf.bluecove
bluecove
2.1.0
provided
}}}
We recommend that you use [http://www.microemu.org/ MicroEmulator] together with !BlueCove for development and debugging J2ME MIDlet applications.