MVN

com.java-adventures.rsc : extended-demo-app

Maven & Gradle

Dec 03, 2013

Demo-App for Extended Echo Example · Two simple REST services that use the same resource adapter implementation but with different configuration. You have to create two connector resources (echo and echo2) before deploying this application.

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

Latest Version

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

  • Latest Stable: 1.1.0

All Versions

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

Version Vulnerabilities Updated
1.1.x
extended-demo-app-1.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.java-adventures.rsc</groupId>
    <artifactId>extended-demo-app</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-demo-app gradle dependency to your build.gradle file:

implementation 'com.java-adventures.rsc:extended-demo-app:1.1.0'

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

implementation("com.java-adventures.rsc:extended-demo-app:1.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.java-adventures.rsc" % "extended-demo-app" % "1.1.0"