Download jtransc-core-0.5.15.jar file - Jar j

Jar examples for j:jtransc-core

Description

JVM AOT compiler currently generating JavaScript, C++, Haxe, with initial focus on Kotlin and games.

You can download jar file jtransc-core 0.5.15 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jtransc-core-0.5.15.jar to your project.

<dependency>
   <groupId>com.jtransc</groupId>
   <artifactId>jtransc-core</artifactId>
   <version>0.5.15</version>
</dependency>
compile group: 'com.jtransc', name: 'jtransc-core', version: '0.5.15'
libraryDependencies += "com.jtransc" % "jtransc-core" % "0.5.15"
<dependency org="com.jtransc" name="jtransc-core" rev="0.5.15"/>
@Grapes(@Grab(group='com.jtransc', module='jtransc-core', version='0.5.15'))
'com.jtransc:jtransc-core:jar:0.5.15'

Download

Click the following link to download the jar file.

jtransc-core-0.5.15-javadoc.jar
jtransc-core-0.5.15-sources.jar
jtransc-core-0.5.15.jar
jtransc-core-0.5.15.pom



Related Tutorials