License |
License |
---|---|
GroupId | GroupIdcom.jtransc |
ArtifactId | ArtifactIdjtransc-tools |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJVM AOT compiler currently generating Haxe, with initial focus on kotlin and games.
|
Filename | Size |
---|---|
jtransc-tools-0.0.5.pom | |
jtransc-tools-0.0.5.jar | 145 KB |
jtransc-tools-0.0.5-sources.jar | 127 KB |
jtransc-tools-0.0.5-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jtransc/jtransc-tools/ -->
<dependency>
<groupId>com.jtransc</groupId>
<artifactId>jtransc-tools</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.jtransc/jtransc-tools/
implementation 'com.jtransc:jtransc-tools:0.0.5'
// https://jarcasting.com/artifacts/com.jtransc/jtransc-tools/
implementation ("com.jtransc:jtransc-tools:0.0.5")
'com.jtransc:jtransc-tools:jar:0.0.5'
<dependency org="com.jtransc" name="jtransc-tools" rev="0.0.5">
<artifact name="jtransc-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jtransc', module='jtransc-tools', version='0.0.5')
)
libraryDependencies += "com.jtransc" % "jtransc-tools" % "0.0.5"
[com.jtransc/jtransc-tools "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.module : jackson-module-kotlin | jar | 2.6.4 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.0 |
org.jetbrains.kotlin : kotlin-runtime | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |