tornado-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.beehive-lab</groupId>
<artifactId>tornado-api</artifactId>
<version>2.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>tornado</artifactId>
<groupId>io.github.beehive-lab</groupId>
<version>2.0.0</version>
</parent>
<description>TornadoVM API: A high-level programming interface for accelerating Java applications on heterogeneous hardware</description>
<groupId>io.github.beehive-lab</groupId>
<artifactId>tornado-api</artifactId>
<version>2.0.0</version>
<name>tornado-api</name>
<url>https://tornadovm.org</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>beehive-lab</id>
<name>Beehive Lab</name>
<email>info@tornadovm.org</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/beehive-lab/tornadovm.git</connection>
<developerConnection>scm:git:https://github.com/beehive-lab/tornadovm.git</developerConnection>
<url>https://github.com/beehive-lab/tornadovm</url>
</scm>
</project>