Download remote-system-connector-api-1.1.0.jar file - Jar r

Jar examples for r:remote-system-connector-api

Description

A simple interface for your resource adapter providing access to a connection. Your resource adapter api should extend the Connection and ConnectionFactory interface. The connection interface exposes the api of your remote system.

You can download jar file remote-system-connector-api 1.1.0 in this page.

Build File

You can use the following script to add remote-system-connector-api-1.1.0.jar to your project.

<dependency>
   <groupId>com.java-adventures.rsc</groupId>
   <artifactId>remote-system-connector-api</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.java-adventures.rsc', name: 'remote-system-connector-api', version: '1.1.0'
libraryDependencies += "com.java-adventures.rsc" % "remote-system-connector-api" % "1.1.0"
<dependency org="com.java-adventures.rsc" name="remote-system-connector-api" rev="1.1.0"/>
@Grapes(@Grab(group='com.java-adventures.rsc', module='remote-system-connector-api', version='1.1.0'))
'com.java-adventures.rsc:remote-system-connector-api:jar:1.1.0'

Download

Click the following link to download the jar file.

remote-system-connector-api-1.1.0-javadoc.jar
remote-system-connector-api-1.1.0-sources.jar
remote-system-connector-api-1.1.0.jar
remote-system-connector-api-1.1.0.pom



Related Tutorials