twinagle-runtime

An implementation of the Twirp protocol on top of Finagle

License

License

GroupId

GroupId

com.soundcloud
ArtifactId

ArtifactId

twinagle-runtime_2.11
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

twinagle-runtime
An implementation of the Twirp protocol on top of Finagle
Project URL

Project URL

https://github.com/soundcloud/twinagle
Project Organization

Project Organization

SoundCloud
Source Code Management

Source Code Management

https://github.com/soundcloud/twinagle

Download twinagle-runtime_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.soundcloud/twinagle-runtime_2.11/ -->
<dependency>
    <groupId>com.soundcloud</groupId>
    <artifactId>twinagle-runtime_2.11</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soundcloud/twinagle-runtime_2.11/
implementation 'com.soundcloud:twinagle-runtime_2.11:0.3.0'
// https://jarcasting.com/artifacts/com.soundcloud/twinagle-runtime_2.11/
implementation ("com.soundcloud:twinagle-runtime_2.11:0.3.0")
'com.soundcloud:twinagle-runtime_2.11:jar:0.3.0'
<dependency org="com.soundcloud" name="twinagle-runtime_2.11" rev="0.3.0">
  <artifact name="twinagle-runtime_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soundcloud', module='twinagle-runtime_2.11', version='0.3.0')
)
libraryDependencies += "com.soundcloud" % "twinagle-runtime_2.11" % "0.3.0"
[com.soundcloud/twinagle-runtime_2.11 "0.3.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
com.twitter : finagle-http_2.11 jar 19.11.0
com.thesamet.scalapb : scalapb-runtime_2.11 jar 0.10.0-M1
com.thesamet.scalapb : scalapb-json4s_2.11 jar 0.10.0

test (2)

Group / Artifact Type Version
org.specs2 : specs2-core_2.11 jar 4.8.1
org.specs2 : specs2-mock_2.11 jar 4.8.1

Project Modules

There are no modules declared in this project.

Twinagle = Twirp + Finagle

Build Status Maven Central

Twinagle is an implementation of the Twirp wire protocol for Scala+Finagle.

Please see the documentation website for an introduction.

How to contribute

Thanks for your interest in Twinagle, we're welcome your contributions! For larger changes, please open an issue to discuss them before spending lots of time implementing things. For small changes, hack away and submit a pull request.

Please ensure that sbt scalafmtCheckAll +test scripted passes when submitting code changes.

Notes

  • IntelliJ [doesn't run plugins][intellij] during project build. Before importing, sbt compile may be necessary.
com.soundcloud

SoundCloud

Versions

Version
0.3.0
0.2.0
0.1.0