ad-platform-api-client-core_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.flintersvn</groupId>
<artifactId>ad-platform-api-client-core_2.12</artifactId>
<version>0.1.2</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>io.github.flintersvn</groupId>
<artifactId>ad-platform-api-client-core_2.12</artifactId>
<packaging>jar</packaging>
<description>ad-platform-api-client-core</description>
<url>https://github.com/FlintersVN</url>
<version>0.1.2</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>ad-platform-api-client-core</name>
<organization>
<name>io.github.flintersvn</name>
<url>https://github.com/FlintersVN</url>
</organization>
<scm>
<url>https://github.com/FlintersVN/ad-platform-api-client-core</url>
<connection>scm:git:https://github.com/FlintersVN/ad-platform-api-client-core.git</connection>
<developerConnection>scm:git:git@github.com:FlintersVN/ad-platform-api-client-core.git</developerConnection>
</scm>
<developers>
<developer>
<id>huy_ngq</id>
<name>Nguyen Quang Huy</name>
<url>https://github.com/FlintersVN</url>
<email>huy_ngq@septeni-technology.jp</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.13</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.client3</groupId>
<artifactId>core_2.12</artifactId>
<version>3.1.9</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.tapir</groupId>
<artifactId>tapir-sttp-client_2.12</artifactId>
<version>0.18.0-M10</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.tapir</groupId>
<artifactId>tapir-json-circe_2.12</artifactId>
<version>0.18.0-M10</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.tapir</groupId>
<artifactId>tapir-refined_2.12</artifactId>
<version>0.18.0-M10</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.tapir</groupId>
<artifactId>tapir-openapi-docs_2.12</artifactId>
<version>0.18.0-M10</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.tapir</groupId>
<artifactId>tapir-openapi-circe-yaml_2.12</artifactId>
<version>0.18.0-M10</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.tapir</groupId>
<artifactId>tapir-enumeratum_2.12</artifactId>
<version>0.18.0-M10</version>
</dependency>
<dependency>
<groupId>com.softwaremill.sttp.tapir</groupId>
<artifactId>tapir-newtype_2.12</artifactId>
<version>0.18.0-M10</version>
</dependency>
</dependencies>
</project>