c

clientlib

An alternate implementation of the classes required to access various WebSphere MBeans, including the configuration repository.
https://github.com/veithen/visualwas
Files download
File Operation
clientlib-4.0.0.jar download
clientlib-4.0.0.pom download
clientlib-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.veithen.visualwas</groupId>
  <artifactId>clientlib</artifactId>
  <version>4.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.veithen.visualwas:clientlib:4.0.0'
Gradle Kotlin
implementation("com.github.veithen.visualwas:clientlib:4.0.0")
Scala SBT
libraryDependencies += "com.github.veithen.visualwas" % "clientlib" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veithen.visualwas', module='clientlib', version='4.0.0')
)
Apache Ivy
<dependency org="com.github.veithen.visualwas" name="clientlib" rev="4.0.0" />
Leiningen
[com.github.veithen.visualwas/clientlib "4.0.0"]
Apache Buildr
'com.github.veithen.visualwas:clientlib:jar:4.0.0'