core_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.ghostbuster91.sttp-openapi</groupId>
<artifactId>core_2.13</artifactId>
<version>0.4.5</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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<name>core_2.13</name>
<groupId>io.github.ghostbuster91.sttp-openapi</groupId>
<artifactId>core_2.13</artifactId>
<packaging>jar</packaging>
<description>core</description>
<version>0.4.5</version>
<url>https://github.com/ghostbuster91/sttp-openapi-generator</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://spdx.org/licenses/Apache-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/ghostbuster91/sttp-openapi-generator.git</connection>
<developerConnection>scm:git:ssh://git@github.com:ghostbuster91/sttp-openapi-generator.git</developerConnection>
<url>https://github.com/ghostbuster91/sttp-openapi-generator</url>
</scm>
<developers>
<developer>
<id>ghostbuster91</id>
<name>Kasper Kondzielski</name>
<url>https://github.com/ghostbuster91</url>
</developer>
</developers>
<properties> </properties>
<dependencies>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>scalameta_2.13</artifactId>
<version>4.5.8</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.13</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.8</version>
</dependency>
<dependency>
<groupId>io.github.ghostbuster91.sttp-openapi</groupId>
<artifactId>parser_2.13</artifactId>
<version>0.4.5</version>
</dependency>
</dependencies>
</project>