twinagle-runtime_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.soundcloud</groupId>
<artifactId>twinagle-runtime_3</artifactId>
<version>1.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.soundcloud</groupId>
<artifactId>twinagle-runtime_3</artifactId>
<packaging>jar</packaging>
<description>An implementation of the Twirp protocol on top of Finagle</description>
<url>https://github.com/soundcloud/twinagle</url>
<version>1.4.5</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>twinagle-runtime</name>
<organization>
<name>SoundCloud</name>
<url>https://developers.soundcloud.com/</url>
</organization>
<scm>
<url>https://github.com/soundcloud/twinagle</url>
<connection>scm:git@github.com:soundcloud/twinagle.git</connection>
</scm>
<developers>
<developer>
<id>ccmtaylor</id>
<name>Christopher Taylor</name>
<url>https://github.com/ccmtaylor</url>
<email>christopher.taylor@soundcloud.com</email>
</developer>
<developer>
<id>rbscgh</id>
<name>Rahul Bhonsale</name>
<url>https://github.com/rbscgh</url>
<email>rahul@soundcloud.com</email>
</developer>
<developer>
<id>rafikk</id>
<name>Rafik Salama</name>
<url>https://github.com/rafikk</url>
<email>rafik.salama@soundcloud.com</email>
</developer>
<developer>
<id>BenjaminDebeerst</id>
<name>Benjamin Debeerst</name>
<url>https://github.com/BenjaminDebeerst</url>
<email>benjamin.debeerst@soundcloud.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.6</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-http_2.13</artifactId>
<version>24.2.0</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-runtime_3</artifactId>
<version>0.11.20</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.thesamet.scalapb</groupId>
<artifactId>scalapb-json4s_3</artifactId>
<version>0.12.1</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_3</artifactId>
<version>4.0.7</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.13</artifactId>
<version>4.20.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scalamock</groupId>
<artifactId>scalamock_3</artifactId>
<version>6.1.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_3</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>