j2me-simple
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.pyx4me</groupId>
<artifactId>j2me-simple</artifactId>
<version>2.0.4</version>
</dependency><?xml version="1.0" encoding="ISO-8859-1"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0">
<!-- @version $Revision: 3401 $ ($Author: vlads $) $Date: 2009-05-05 18:31:39 -0400 (Tue, 05 May 2009) $ -->
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.pyx4me</groupId>
<artifactId>pyx4me-archetypes</artifactId>
<version>2.0.4</version><!--pyx4me-version-->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>j2me-simple</artifactId>
<packaging>jar</packaging>
<name>j2me Archetype</name>
<description>Maven 2 Archetype for midlet application using j2me-maven-plugin</description>
<contributors>
<contributor>
<name>Joshua Long</name>
<url>http://www.joshlong.com</url>
</contributor>
</contributors>
</project>