zio-aws-grafana_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-aws-grafana_2.13</artifactId>
<version>7.38.7.1</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>dev.zio</groupId>
<artifactId>zio-aws-grafana_2.13</artifactId>
<packaging>jar</packaging>
<description>Low-level AWS wrapper for ZIO</description>
<url>https://github.com/zio/zio-aws</url>
<version>7.38.7.1</version>
<licenses>
<license>
<name>APL2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>zio-aws-grafana</name>
<organization>
<name>dev.zio</name>
<url>https://github.com/zio/zio-aws</url>
</organization>
<scm>
<url>https://github.com/zio/zio-aws</url>
<connection>scm:git:https://github.com/zio/zio-aws.git</connection>
<developerConnection>scm:git:git@github.com:zio/zio-aws.git</developerConnection>
</scm>
<developers>
<developer>
<id>vigoo</id>
<name>Daniel Vigovszky</name>
<url>https://vigoo.github.io</url>
<email>daniel.vigovszky@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.13.17</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-aws-core_2.13</artifactId>
<version>7.38.7.1</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>grafana</artifactId>
<version>2.38.7</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_2.13</artifactId>
<version>2.1.22</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-streams_2.13</artifactId>
<version>2.1.22</version>
</dependency>
</dependencies>
</project>