Download rsocket-core-0.11.1.jar file - Jar r

Jar examples for r:rsocket-core

Description

Core functionality for the RSocket library

You can download jar file rsocket-core 0.11.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rsocket-core-0.11.1.jar to your project.

<dependency>
   <groupId>io.rsocket</groupId>
   <artifactId>rsocket-core</artifactId>
   <version>0.11.1</version>
</dependency>
compile group: 'io.rsocket', name: 'rsocket-core', version: '0.11.1'
libraryDependencies += "io.rsocket" % "rsocket-core" % "0.11.1"
<dependency org="io.rsocket" name="rsocket-core" rev="0.11.1"/>
@Grapes(@Grab(group='io.rsocket', module='rsocket-core', version='0.11.1'))
'io.rsocket:rsocket-core:jar:0.11.1'

Download

Click the following link to download the jar file.

rsocket-core-0.11.1-javadoc.jar
rsocket-core-0.11.1-sources.jar
rsocket-core-0.11.1.jar
rsocket-core-0.11.1.pom



Related Tutorials