MVN

io.yarpc : yarpc

Maven & Gradle

Mar 05, 2016

yarpc · A transport and encoding agnostic RPC library

<dependency>
    <groupId>io.yarpc</groupId>
    <artifactId>yarpc</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.yarpc : yarpc to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of io.yarpc : yarpc to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
yarpc-0.1.1
yarpc-0.1.0
0.0.x
yarpc-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.yarpc</groupId>
    <artifactId>yarpc</artifactId>
    <version>0.1.1</version>
</dependency>

Advertisement