reactive-streams-telemetry_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>au.com.titanclass</groupId> <artifactId>reactive-streams-telemetry_2.12</artifactId> <version>1.1.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>au.com.titanclass</groupId> <artifactId>reactive-streams-telemetry_2.12</artifactId> <packaging>jar</packaging> <description>reactive-streams-telemetry</description> <url>https://github.com/titanclass/reactive-streams-telemetry</url> <version>1.1.0</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>reactive-streams-telemetry</name> <inceptionYear>2019</inceptionYear> <organization> <name>Titan Class Pty Ltd</name> <url>https://www.titanclass.com.au</url> </organization> <scm> <url>https://github.com/titanclass/reactive-streams-telemetry</url> <connection>scm:git@github.com:titanclass/reactive-streams-telemetry.git</connection> </scm> <developers> <developer> <id>huntc</id> <name>Christopher Hunt</name> <email>huntchr@gmail.com</email> <url>http://christopherhunt-software.blogspot.com/</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.8</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_2.12</artifactId> <version>2.5.27</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>4.0.7</version> </dependency> <dependency> <groupId>io.jaegertracing</groupId> <artifactId>jaeger-core</artifactId> <version>1.1.0</version> </dependency> <dependency> <groupId>io.spray</groupId> <artifactId>spray-json_2.12</artifactId> <version>1.3.5</version> </dependency> <dependency> <groupId>com.lihaoyi</groupId> <artifactId>utest_2.12</artifactId> <version>0.6.9</version> <scope>test</scope> </dependency> </dependencies> </project>