License |
License |
---|---|
GroupId | GroupIdorg.teavm |
ArtifactId | ArtifactIdteavm-interop |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTeaVM interop API
API that allows Java programs to interoperate with low-level languages like C in some low-level
environments like WebAssembly and LLVM
|
Filename | Size |
---|---|
teavm-interop-0.7.0.pom | |
teavm-interop-0.7.0.jar | 14 KB |
teavm-interop-0.7.0-sources.jar | 20 KB |
teavm-interop-0.7.0-javadoc.jar | 126 KB |
Browse |
<!-- 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"]