wasmtime-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.kawamuray.wasmtime</groupId>
<artifactId>wasmtime-java</artifactId>
<version>0.19.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.kawamuray.wasmtime</groupId>
<artifactId>wasmtime-java</artifactId>
<version>0.19.0</version>
<name>wasmtime-java</name>
<description>Java or JVM-language binding for Wasmtime</description>
<url>https://github.com/kawamuray/wasmtime-java</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Yuto Kawamura</name>
<email>kawamuray.dadada@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/kawamuray/wasmtime-java.git</connection>
<developerConnection>scm:git@github.com:kawamuray/wasmtime-java.git</developerConnection>
<url>https://github.com/kawamuray/wasmtime-java.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>