is not current version
Last Version 0.7.0

org.teavm:teavm-interop 0.5.0

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

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-interop
Version

Version

0.5.0
Type

Type

jar

Download teavm-interop 0.5.0


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