License |
License |
---|---|
GroupId | GroupIdcom.jtransc |
ArtifactId | ArtifactIdjtransc-game |
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-game-0.0.5.pom | |
jtransc-game-0.0.5.jar | 42 KB |
jtransc-game-0.0.5-sources.jar | 19 KB |
jtransc-game-0.0.5-javadoc.jar | 220 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jtransc/jtransc-game/ -->
<dependency>
<groupId>com.jtransc</groupId>
<artifactId>jtransc-game</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.jtransc/jtransc-game/
implementation 'com.jtransc:jtransc-game:0.0.5'
// https://jarcasting.com/artifacts/com.jtransc/jtransc-game/
implementation ("com.jtransc:jtransc-game:0.0.5")
'com.jtransc:jtransc-game:jar:0.0.5'
<dependency org="com.jtransc" name="jtransc-game" rev="0.0.5">
<artifact name="jtransc-game" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jtransc', module='jtransc-game', version='0.0.5')
)
libraryDependencies += "com.jtransc" % "jtransc-game" % "0.0.5"
[com.jtransc/jtransc-game "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.jtransc : jtransc-rt-core | jar | 0.0.5 |
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 |