Download route-api-0.1.0.jar file - Jar r

Jar examples for r:route-api

Description

Route API is generic communication model between two ports of a microservice. It could be implemented using any protocol, preferably which can hold long living connections.

You can download jar file route-api 0.1.0 in this page.

License

CPAL, Version 1.0

Build File

You can use the following script to add route-api-0.1.0.jar to your project.

<dependency>
   <groupId>com.fiorano.openesb</groupId>
   <artifactId>route-api</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.fiorano.openesb', name: 'route-api', version: '0.1.0'
libraryDependencies += "com.fiorano.openesb" % "route-api" % "0.1.0"
<dependency org="com.fiorano.openesb" name="route-api" rev="0.1.0"/>
@Grapes(@Grab(group='com.fiorano.openesb', module='route-api', version='0.1.0'))
'com.fiorano.openesb:route-api:jar:0.1.0'

Download

Click the following link to download the jar file.

route-api-0.1.0.jar
route-api-0.1.0.pom



Related Tutorials