wamr4j
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ai.tegmentum.wamr4j</groupId>
<artifactId>wamr4j</artifactId>
<version>2.4.4-1.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>ai.tegmentum.wamr4j</groupId>
<artifactId>wamr4j</artifactId>
<version>2.4.4-1.0.2</version>
<name>WAMR4J Public API</name>
<description>Public API interfaces and factory for WAMR4J WebAssembly runtime bindings</description>
<url>https://github.com/tegmentum/wamr4j/wamr4j</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>wamr4j-team</id>
<name>WAMR4J Development Team</name>
<organization>Tegmentum AI</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/tegmentum/wamr4j.git/wamr4j</connection>
<developerConnection>scm:git:ssh://github.com:tegmentum/wamr4j.git/wamr4j</developerConnection>
<url>https://github.com/tegmentum/wamr4j/tree/main/wamr4j</url>
</scm>
</project>