pureconfig-akka-http_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.pureconfig</groupId> <artifactId>pureconfig-akka-http_2.13</artifactId> <version>0.17.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.pureconfig</groupId> <artifactId>pureconfig-akka-http_2.13</artifactId> <packaging>bundle</packaging> <description>pureconfig-akka-http</description> <url>https://github.com/pureconfig/pureconfig</url> <version>0.17.0</version> <licenses> <license> <name>Mozilla Public License, version 2.0</name> <url>https://www.mozilla.org/MPL/2.0/</url> <distribution>repo</distribution> </license> </licenses> <name>pureconfig-akka-http</name> <organization> <name>com.github.pureconfig</name> <url>https://github.com/pureconfig/pureconfig</url> </organization> <scm> <url>https://github.com/pureconfig/pureconfig</url> <connection>scm:git:https://github.com/pureconfig/pureconfig.git</connection> <developerConnection>scm:git:git@github.com:pureconfig/pureconfig.git</developerConnection> </scm> <developers> <developer> <id>himanshu4141</id> <name>Himanshu Yadav</name> <url>https://github.com/himanshu4141</url> <email>himanshu4141@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.13.6</version> </dependency> <dependency> <groupId>com.github.pureconfig</groupId> <artifactId>pureconfig-core_2.13</artifactId> <version>0.17.0</version> </dependency> <dependency> <groupId>com.github.pureconfig</groupId> <artifactId>pureconfig-testkit_2.13</artifactId> <version>0.17.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.pureconfig</groupId> <artifactId>pureconfig-generic_2.13</artifactId> <version>0.17.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_2.13</artifactId> <version>2.6.16</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http_2.13</artifactId> <version>10.2.6</version> </dependency> </dependencies> </project>