Last Version

Remote System Connector - API 1.1.0

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.

License

License

GroupId

GroupId

com.java-adventures.rsc
ArtifactId

ArtifactId

remote-system-connector-api
Version

Version

1.1.0
Type

Type

jar
Description

Description

Remote System Connector - API
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.

Download remote-system-connector-api 1.1.0


<!-- https://jarcasting.com/artifacts/com.java-adventures.rsc/remote-system-connector-api/ -->
<dependency>
    <groupId>com.java-adventures.rsc</groupId>
    <artifactId>remote-system-connector-api</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.rsc/remote-system-connector-api/
implementation 'com.java-adventures.rsc:remote-system-connector-api:1.1.0'
// https://jarcasting.com/artifacts/com.java-adventures.rsc/remote-system-connector-api/
implementation ("com.java-adventures.rsc:remote-system-connector-api:1.1.0")
'com.java-adventures.rsc:remote-system-connector-api:jar:1.1.0'
<dependency org="com.java-adventures.rsc" name="remote-system-connector-api" rev="1.1.0">
  <artifact name="remote-system-connector-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.rsc', module='remote-system-connector-api', version='1.1.0')
)
libraryDependencies += "com.java-adventures.rsc" % "remote-system-connector-api" % "1.1.0"
[com.java-adventures.rsc/remote-system-connector-api "1.1.0"]

Dependencies

provided (1)

Group / Artifact Type Version
org.glassfish.main.extras : glassfish-embedded-all jar 3.1.2.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.