MVN

com.java-adventures.rsc : extended-echo-connector

Maven & Gradle

Dec 03, 2013

Extended Echo Connector · Implementation of the example Echo API. This adapter will not connect to a real remote system. It simply runs in-memory and adds the url, username and password property to the request for the sake of this demo.

<dependency>
    <groupId>com.java-adventures.rsc</groupId>
    <artifactId>extended-echo-connector</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.java-adventures.rsc : extended-echo-connector to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.java-adventures.rsc : extended-echo-connector to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
extended-echo-connector-1.1.0

How to add a dependency to Maven

Add the following com.java-adventures.rsc : extended-echo-connector maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.java-adventures.rsc</groupId>
    <artifactId>extended-echo-connector</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.java-adventures.rsc : extended-echo-connector gradle dependency to your build.gradle file:

implementation 'com.java-adventures.rsc:extended-echo-connector:1.1.0'

Gradle Kotlin DSL: Add the following com.java-adventures.rsc : extended-echo-connector gradle kotlin dependency to your build.gradle.kts file:

implementation("com.java-adventures.rsc:extended-echo-connector:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.java-adventures.rsc : extended-echo-connector sbt scala dependency to your build.sbt file:

libraryDependencies += "com.java-adventures.rsc" % "extended-echo-connector" % "1.1.0"