Download transport-api-0.1.0.jar file - Jar t

Jar examples for t:transport-api

Description

Module which defines communication endpoints and related metadata. A little tightly bound to JMS right now.

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

License

CPAL, Version 1.0

Build File

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

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

Download

Click the following link to download the jar file.

transport-api-0.1.0.jar
transport-api-0.1.0.pom



Related Tutorials