MVN

org.ow2.weblab.components : weblab-client

Maven & Gradle

Jul 11, 2012
1 usages

weblab-client · This library aims to provide a central access point to the services exposed on the ESB without forcing each part of the system to know the actual location of the ESB and the names of the exposed endpoints. For this sake it allows to map service URI (ie referring to service in webLab taxonomy) to the actual exposed URL on the ESB within the context of a specific project. The library and the configuration should be added in portal lib in order to be central and available to any portlets. The mapping is done in a simple spring config file "webLabClient.xml" which must be accessible in JAVA classpath.

<dependency>
    <groupId>org.ow2.weblab.components</groupId>
    <artifactId>weblab-client</artifactId>
    <version>0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.weblab.components : weblab-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of org.ow2.weblab.components : weblab-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1
weblab-client-0.1

How to add a dependency to Maven

Add the following org.ow2.weblab.components : weblab-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.weblab.components</groupId>
    <artifactId>weblab-client</artifactId>
    <version>0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.weblab.components : weblab-client gradle dependency to your build.gradle file:

implementation 'org.ow2.weblab.components:weblab-client:0.1'

Gradle Kotlin DSL: Add the following org.ow2.weblab.components : weblab-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.weblab.components:weblab-client:0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.weblab.components : weblab-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.weblab.components" % "weblab-client" % "0.1"