alchemist-graphql-jvm
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-graphql-jvm</artifactId>
<version>43.0.12</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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-graphql-jvm</artifactId>
<version>43.0.12</version>
<name>Alchemist GraphQL</name>
<description>GraphQL API for Alchemist</description>
<url>https://github.com/AlchemistSimulator/Alchemist</url>
<licenses>
<license>
<name>GPL 3.0 with linking exception</name>
<url>https://github.com/AlchemistSimulator/Alchemist/blob/master/LICENSE.md</url>
</license>
</licenses>
<developers>
<developer>
<name>Danilo Pianini</name>
<email>danilo.pianini@unibo.it</email>
<url>https://www.danilopianini.org</url>
<roles>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
<name>Stefano Furi</name>
<email>stefano.furi@studio.unibo.it</email>
</contributor>
</contributors>
<scm>
<connection>git:git@github.com:AlchemistSimulator/Alchemist.git</connection>
<developerConnection>git:git@github.com:AlchemistSimulator/Alchemist.git</developerConnection>
<url>https://github.com/AlchemistSimulator/Alchemist</url>
</scm>
<dependencies>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-api</artifactId>
<version>43.0.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-graphql-surrogates</artifactId>
<version>43.0.12</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist</artifactId>
<version>43.0.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-implementationbase</artifactId>
<version>43.0.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin-client</artifactId>
<version>9.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-websockets-jvm</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin-server</artifactId>
<version>9.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin-ktor-server</artifactId>
<version>9.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-jvm</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-jackson-jvm</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-kotlinx-json-jvm</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-compression-jvm</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-content-negotiation-jvm</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-cors-jvm</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-core-jvm</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-server-netty-jvm</artifactId>
<version>3.4.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>it.unibo.alchemist</groupId>
<artifactId>alchemist-maintenance-tooling-jvm</artifactId>
<version>43.0.12</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.apollographql.apollo3</groupId>
<artifactId>apollo-runtime-jvm</artifactId>
<version>4.0.0-beta.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.3.10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json-jvm</artifactId>
<version>1.10.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>