Download jtransc-core-0.6.6.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.6.6 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials