caliban-tapir_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.ghostdogpr</groupId> <artifactId>caliban-tapir_2.12</artifactId> <version>2.11.0</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>com.github.ghostdogpr</groupId> <artifactId>caliban-tapir_2.12</artifactId> <packaging>jar</packaging> <description>caliban-tapir</description> <url>https://github.com/ghostdogpr/caliban</url> <version>2.11.0</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>caliban-tapir</name> <organization> <name>com.github.ghostdogpr</name> <url>https://github.com/ghostdogpr/caliban</url> </organization> <scm> <url>https://github.com/ghostdogpr/caliban/</url> <connection>scm:git:git@github.com:ghostdogpr/caliban.git</connection> </scm> <developers> <developer> <id>ghostdogpr</id> <name>Pierre Ricadat</name> <url>https://github.com/ghostdogpr</url> <email>ghostdogpr@gmail.com</email> </developer> </developers> <properties> <info.versionScheme>pvp</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.20</version> </dependency> <dependency> <groupId>com.github.ghostdogpr</groupId> <artifactId>caliban_2.12</artifactId> <version>2.11.0</version> </dependency> <dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-core_2.12</artifactId> <version>1.11.35</version> </dependency> <dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-zio_2.12</artifactId> <version>1.11.35</version> </dependency> <dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-jsoniter-scala_2.12</artifactId> <version>1.11.35</version> </dependency> <dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-sttp-client_2.12</artifactId> <version>1.11.35</version> <scope>test</scope> </dependency> <dependency> <groupId>com.softwaremill.sttp.client3</groupId> <artifactId>async-http-client-backend-zio_2.12</artifactId> <version>3.10.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.plokhotnyuk.jsoniter-scala</groupId> <artifactId>jsoniter-scala-macros_2.12</artifactId> <version>2.36.7</version> <scope>test</scope> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-test_2.12</artifactId> <version>2.1.19</version> <scope>test</scope> </dependency> <dependency> <groupId>dev.zio</groupId> <artifactId>zio-test-sbt_2.12</artifactId> <version>2.1.19</version> <scope>test</scope> </dependency> </dependencies> </project>