echo-connector-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.java-adventures.rsc</groupId>
<artifactId>echo-connector-api</artifactId>
<version>1.1.0</version>
</dependency><?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>echo-example</artifactId>
<groupId>com.java-adventures.rsc</groupId>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>echo-connector-api</artifactId>
<name>Echo API</name>
<url>http://java-adventures.com</url>
<build>
<plugins>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>remote-system-connector-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<description>API for an example resource adapter that is based on the remote-system-connector-api.</description>
</project>