Download jtransc-core-0.5.13.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.13 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.13.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials