License |
License |
---|---|
GroupId | GroupIdcom.java-adventures.rsc |
ArtifactId | ArtifactIdremote-system-connector-parent |
Version | Version1.1.0 |
Type | Typepom |
Description |
DescriptionJCA Remote System Connector
A base implementation of a JEE Connector that provides Url, Username and Password properties. With this base implementation you should be able to create simple url based resource adapters without coding much overhead.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
remote-system-connector-parent-1.1.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.java-adventures.rsc/remote-system-connector-parent/ -->
<dependency>
<groupId>com.java-adventures.rsc</groupId>
<artifactId>remote-system-connector-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.rsc/remote-system-connector-parent/
implementation 'com.java-adventures.rsc:remote-system-connector-parent:1.1.0'
// https://jarcasting.com/artifacts/com.java-adventures.rsc/remote-system-connector-parent/
implementation ("com.java-adventures.rsc:remote-system-connector-parent:1.1.0")
'com.java-adventures.rsc:remote-system-connector-parent:pom:1.1.0'
<dependency org="com.java-adventures.rsc" name="remote-system-connector-parent" rev="1.1.0">
<artifact name="remote-system-connector-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.rsc', module='remote-system-connector-parent', version='1.1.0')
)
libraryDependencies += "com.java-adventures.rsc" % "remote-system-connector-parent" % "1.1.0"
[com.java-adventures.rsc/remote-system-connector-parent "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.main.extras : glassfish-embedded-all | jar | 3.1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |