polyglot-adapter-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ih0r-d</groupId>
<artifactId>polyglot-adapter-parent</artifactId>
<version>0.4.0</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>io.github.ih0r-d</groupId>
<artifactId>polyglot-adapter-parent</artifactId>
<version>0.4.0</version>
<packaging>pom</packaging>
<name>polyglot-adapter-parent</name>
<description>Runtime layer of the Polyglot Adapter (GraalVM execution)</description>
<url>https://github.com/ih0r-d/polyglot-platform/polyglot-adapter-parent</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>ih0rd</id>
<name>Ihor Didyk</name>
<url>https://github.com/ih0r-d</url>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/ih0r-d/polyglot-platform.git/polyglot-adapter-parent</connection>
<developerConnection>scm:git:ssh://github.com:ih0r-d/polyglot-platform.git/polyglot-adapter-parent</developerConnection>
<url>https://github.com/ih0r-d/polyglot-platform/polyglot-adapter-parent</url>
</scm>
</project>