License |
License |
---|---|
GroupId | GroupIdcom.jtransc |
ArtifactId | ArtifactIdjtransc |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjtransc
JVM AOT compiler currently generating Haxe, with initial focus on kotlin and games.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jtransc-0.3.0.pom | 10 KB |
jtransc-0.3.0-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jtransc/jtransc/ -->
<dependency>
<groupId>com.jtransc</groupId>
<artifactId>jtransc</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jtransc/jtransc/
implementation 'com.jtransc:jtransc:0.3.0'
// https://jarcasting.com/artifacts/com.jtransc/jtransc/
implementation ("com.jtransc:jtransc:0.3.0")
'com.jtransc:jtransc:jar:0.3.0'
<dependency org="com.jtransc" name="jtransc" rev="0.3.0">
<artifact name="jtransc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jtransc', module='jtransc', version='0.3.0')
)
libraryDependencies += "com.jtransc" % "jtransc" % "0.3.0"
[com.jtransc/jtransc "0.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |