caliban-pekko-http_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.ghostdogpr</groupId> <artifactId>caliban-pekko-http_2.12</artifactId> <version>2.8.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-pekko-http_2.12</artifactId> <packaging>jar</packaging> <description>caliban-pekko-http</description> <url>https://github.com/ghostdogpr/caliban</url> <version>2.8.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-pekko-http</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.19</version> </dependency> <dependency> <groupId>com.github.ghostdogpr</groupId> <artifactId>caliban_2.12</artifactId> <version>2.8.0</version> </dependency> <dependency> <groupId>com.github.ghostdogpr</groupId> <artifactId>caliban-tapir_2.12</artifactId> <version>2.8.0</version> </dependency> <dependency> <groupId>org.apache.pekko</groupId> <artifactId>pekko-http_2.12</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-pekko-http-server_2.12</artifactId> <version>1.10.10</version> </dependency> <dependency> <groupId>com.softwaremill.sttp.tapir</groupId> <artifactId>tapir-json-circe_2.12</artifactId> <version>1.10.10</version> <scope>test</scope> </dependency> </dependencies> </project>