| License |
License |
|---|---|
| GroupId | GroupIdcom.pyx4me |
| ArtifactId | ArtifactIdj2me-simple |
| Last Version | Last Version2.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionj2me Archetype
Maven 2 Archetype for midlet application using j2me-maven-plugin
|
| Project Organization |
Project OrganizationPyx Software Services Inc. |
| Filename | Size |
|---|---|
| j2me-simple-2.0.4.pom | |
| j2me-simple-2.0.4.jar | 7 KB |
| j2me-simple-2.0.4-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pyx4me/j2me-simple/ -->
<dependency>
<groupId>com.pyx4me</groupId>
<artifactId>j2me-simple</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.pyx4me/j2me-simple/
implementation 'com.pyx4me:j2me-simple:2.0.4'
// https://jarcasting.com/artifacts/com.pyx4me/j2me-simple/
implementation ("com.pyx4me:j2me-simple:2.0.4")
'com.pyx4me:j2me-simple:jar:2.0.4'
<dependency org="com.pyx4me" name="j2me-simple" rev="2.0.4">
<artifact name="j2me-simple" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pyx4me', module='j2me-simple', version='2.0.4')
)
libraryDependencies += "com.pyx4me" % "j2me-simple" % "2.0.4"
[com.pyx4me/j2me-simple "2.0.4"]