TeaVM interop API

API that allows Java programs to interoperate with low-level languages like C in some low-level environments like WebAssembly and LLVM

License

License

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-interop
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

TeaVM interop API
API that allows Java programs to interoperate with low-level languages like C in some low-level environments like WebAssembly and LLVM

Download teavm-interop

How to add to project

<!-- https://jarcasting.com/artifacts/org.teavm/teavm-interop/ -->
<dependency>
    <groupId>org.teavm</groupId>
    <artifactId>teavm-interop</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.teavm/teavm-interop/
implementation 'org.teavm:teavm-interop:0.7.0'
// https://jarcasting.com/artifacts/org.teavm/teavm-interop/
implementation ("org.teavm:teavm-interop:0.7.0")
'org.teavm:teavm-interop:jar:0.7.0'
<dependency org="org.teavm" name="teavm-interop" rev="0.7.0">
  <artifact name="teavm-interop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teavm', module='teavm-interop', version='0.7.0')
)
libraryDependencies += "org.teavm" % "teavm-interop" % "0.7.0"
[org.teavm/teavm-interop "0.7.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.6.1
0.6.0
0.5.1
0.5.0