License |
License |
---|---|
GroupId | GroupIdcom.jtransc |
ArtifactId | ArtifactIdjtransc-core |
Last Version | Last Version0.6.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjtransc-core
JVM AOT compiler currently generating JavaScript, C++, Haxe, with initial focus on Kotlin and games.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jtransc-core-0.6.8.pom | |
jtransc-core-0.6.8.jar | 764 KB |
jtransc-core-0.6.8-sources.jar | 105 KB |
jtransc-core-0.6.8-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jtransc/jtransc-core/ -->
<dependency>
<groupId>com.jtransc</groupId>
<artifactId>jtransc-core</artifactId>
<version>0.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.jtransc/jtransc-core/
implementation 'com.jtransc:jtransc-core:0.6.8'
// https://jarcasting.com/artifacts/com.jtransc/jtransc-core/
implementation ("com.jtransc:jtransc-core:0.6.8")
'com.jtransc:jtransc-core:jar:0.6.8'
<dependency org="com.jtransc" name="jtransc-core" rev="0.6.8">
<artifact name="jtransc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jtransc', module='jtransc-core', version='0.6.8')
)
libraryDependencies += "com.jtransc" % "jtransc-core" % "0.6.8"
[com.jtransc/jtransc-core "0.6.8"]
Group / Artifact | Type | Version |
---|---|---|
com.jtransc : jtransc-utils | jar | 0.6.8 |
com.jtransc : jtransc-asm | jar | 0.6.8 |
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.4 |
org.apache.maven : maven-core | jar | 3.3.9 |
org.codehaus.plexus : plexus-archiver | jar | 2.1.1 |
org.apache.maven.shared : maven-artifact-resolver | jar | 1.0 |
org.eclipse.aether : aether-api | jar | 1.1.0 |
org.eclipse.aether : aether-util | jar | 1.1.0 |
org.apache.maven : maven-compat | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |