GroupId | GroupIdcom.sun.kvem |
---|---|
ArtifactId | ArtifactIdkenv |
Last Version | Last Version2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkenv lib
kenv library for the Sun J2ME WTK emulator
|
Project URL |
Project URL |
Filename | Size |
---|---|
kenv-2.2.pom | -1 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.kvem/kenv/ -->
<dependency>
<groupId>com.sun.kvem</groupId>
<artifactId>kenv</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.kvem/kenv/
implementation 'com.sun.kvem:kenv:2.2'
// https://jarcasting.com/artifacts/com.sun.kvem/kenv/
implementation ("com.sun.kvem:kenv:2.2")
'com.sun.kvem:kenv:jar:2.2'
<dependency org="com.sun.kvem" name="kenv" rev="2.2">
<artifact name="kenv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.kvem', module='kenv', version='2.2')
)
libraryDependencies += "com.sun.kvem" % "kenv" % "2.2"
[com.sun.kvem/kenv "2.2"]