v

visualwas

Open Source implementation of the WebSphere SOAP JMX protocol
https://github.com/veithen/visualwas
GNU General Public License (GPL) version 3.0
Files download
File Operation
visualwas-4.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.veithen.visualwas</groupId>
  <artifactId>visualwas</artifactId>
  <version>4.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.veithen.visualwas:visualwas:4.0.0'
Gradle Kotlin
implementation("com.github.veithen.visualwas:visualwas:4.0.0")
Scala SBT
libraryDependencies += "com.github.veithen.visualwas" % "visualwas" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.veithen.visualwas', module='visualwas', version='4.0.0')
)
Apache Ivy
<dependency org="com.github.veithen.visualwas" name="visualwas" rev="4.0.0" />
Leiningen
[com.github.veithen.visualwas/visualwas "4.0.0"]
Apache Buildr
'com.github.veithen.visualwas:visualwas:jar:4.0.0'