tdr-generated-graphql_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.gov.nationalarchives</groupId>
<artifactId>tdr-generated-graphql_2.13</artifactId>
<version>0.0.437</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>uk.gov.nationalarchives</groupId>
<artifactId>tdr-generated-graphql_2.13</artifactId>
<packaging>jar</packaging>
<description>Classes to be used by the graphql client to communicate with the TDR graphql API</description>
<url>https://github.com/nationalarchives/tdr-generated-grapqhl</url>
<version>0.0.437</version>
<licenses>
<license>
<name>MIT</name>
<url>https://choosealicense.com/licenses/mit/</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>tdr-generated-graphql</name>
<organization>
<name>National Archives</name>
<url>https://github.com/nationalarchives/tdr-generated-grapqhl</url>
</organization>
<scm>
<url>https://github.com/nationalarchives/tdr-generated-graphql</url>
<connection>git@github.com:nationalarchives/tdr-generated-graphql.git</connection>
</scm>
<developers>
<developer>
<id>tna-da-bot</id>
<name>TNA Digital Archiving</name>
<url>https://github.com/nationalarchives/tdr-generated-grapqhl</url>
<email>s-GitHubDABot@nationalarchives.gov.uk</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.16</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.sangria-graphql</groupId>
<artifactId>sangria_2.13</artifactId>
<version>4.2.11</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-core_2.13</artifactId>
<version>0.14.14</version>
</dependency>
<dependency>
<groupId>io.circe</groupId>
<artifactId>circe-generic_2.13</artifactId>
<version>0.14.14</version>
</dependency>
</dependencies>
</project>