w

websphere-plugin

Plugin that registers the platform MXBeans in WebSphere's MBean server
https://github.com/veithen/visualwas
Files download
File Operation
websphere-plugin-4.0.0.jar download
websphere-plugin-4.0.0.pom download
websphere-plugin-4.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.veithen.visualwas</groupId>
  <artifactId>websphere-plugin</artifactId>
  <version>4.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.veithen.visualwas:websphere-plugin:4.0.0'
Gradle Kotlin
implementation("com.github.veithen.visualwas:websphere-plugin:4.0.0")
Scala SBT
libraryDependencies += "com.github.veithen.visualwas" % "websphere-plugin" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veithen.visualwas', module='websphere-plugin', version='4.0.0')
)
Apache Ivy
<dependency org="com.github.veithen.visualwas" name="websphere-plugin" rev="4.0.0" />
Leiningen
[com.github.veithen.visualwas/websphere-plugin "4.0.0"]
Apache Buildr
'com.github.veithen.visualwas:websphere-plugin:jar:4.0.0'