Jar examples for r:route-api
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.
CPAL, Version 1.0
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'
Click the following link to download the jar file.
route-api-0.1.0.jar