zio-profiling_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-profiling_2.12</artifactId>
<version>0.3.3</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-profiling_2.12</artifactId>
<packaging>jar</packaging>
<description>zio-profiling</description>
<url>https://zio.dev/zio-profiling/</url>
<version>0.3.3</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>zio-profiling</name>
<organization>
<name>dev.zio</name>
<url>https://zio.dev/zio-profiling/</url>
</organization>
<scm>
<url>https://github.com/zio/zio-profiling</url>
<connection>scm:git:https://github.com/zio/zio-profiling.git</connection>
<developerConnection>scm:git:git@github.com:zio/zio-profiling.git</developerConnection>
</scm>
<developers>
<developer>
<id>mschuwalow</id>
<name>Maxim Schuwalow</name>
<url>https://github.com/mschuwalow</url>
<email>maxim.schuwalow@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.20</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_2.12</artifactId>
<version>2.1.17</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-streams_2.12</artifactId>
<version>2.1.17</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.12</artifactId>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_2.12</artifactId>
<version>2.1.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_2.12</artifactId>
<version>2.1.17</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>