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