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