j

julia-runtime-j2me

Fractal is a modular and extensible component model that can be used with various programming languages to design, implement, deploy and reconfigure various systems and applications, from operating systems to middleware platforms and to graphical user interfaces.
http://fractal.objectweb.org/
LGPL
ObjectWeb Consortium
Eric Bruneton Thierry Coupaye Jean-Bernard Stefani
文件下载
文件名 操作
julia-runtime-j2me-2.1.5.jar 下载
julia-runtime-j2me-2.1.5.pom 下载
Apache Maven
<dependency>
  <groupId>org.objectweb.fractal.julia</groupId>
  <artifactId>julia-runtime-j2me</artifactId>
  <version>2.1.5</version>
</dependency>
Gradle Groovy
implementation 'org.objectweb.fractal.julia:julia-runtime-j2me:2.1.5'
Gradle Kotlin
implementation("org.objectweb.fractal.julia:julia-runtime-j2me:2.1.5")
Scala SBT
libraryDependencies += "org.objectweb.fractal.julia" % "julia-runtime-j2me" % "2.1.5"
Groovy Grape
@Grapes(
  @Grab(group='org.objectweb.fractal.julia', module='julia-runtime-j2me', version='2.1.5')
)
Apache Ivy
<dependency org="org.objectweb.fractal.julia" name="julia-runtime-j2me" rev="2.1.5" />
Leiningen
[org.objectweb.fractal.julia/julia-runtime-j2me "2.1.5"]
Apache Buildr
'org.objectweb.fractal.julia:julia-runtime-j2me:jar:2.1.5'