MVN

com.github.veithen.visualwas : clientlib

Maven & Gradle

May 07, 2020
7 stars

WebSphere Client Library · An alternate implementation of the classes required to access various WebSphere MBeans, including the configuration repository.

<dependency>
    <groupId>com.github.veithen.visualwas</groupId>
    <artifactId>clientlib</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.veithen.visualwas : clientlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of com.github.veithen.visualwas : clientlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
clientlib-4.0.0
3.0.x
clientlib-3.0.0
2.2.x
clientlib-2.2.0
2.1.x
clientlib-2.1.0
2.0.x
clientlib-2.0.0
1.0.x
clientlib-1.0.0

How to add a dependency to Maven

Add the following com.github.veithen.visualwas : clientlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.veithen.visualwas</groupId>
    <artifactId>clientlib</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.veithen.visualwas : clientlib gradle dependency to your build.gradle file:

implementation 'com.github.veithen.visualwas:clientlib:4.0.0'

Gradle Kotlin DSL: Add the following com.github.veithen.visualwas : clientlib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.veithen.visualwas:clientlib:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.veithen.visualwas : clientlib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.veithen.visualwas" % "clientlib" % "4.0.0"

Advertisement