w

wiseman

A Jar library for Wiseman, an open-source implementation of the WS-Management protocol.
https://www.github.com/rackhd/smi-lib-wiseman
The Apache Software License, Version 2.0
Michael Hepfer
Files download
File Operation
wiseman-1.0.8.jar download
wiseman-1.0.8.pom download
wiseman-1.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dell.isg.smi</groupId>
  <artifactId>wiseman</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.dell.isg.smi:wiseman:1.0.8'
Gradle Kotlin
implementation("com.dell.isg.smi:wiseman:1.0.8")
Scala SBT
libraryDependencies += "com.dell.isg.smi" % "wiseman" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.dell.isg.smi', module='wiseman', version='1.0.8')
)
Apache Ivy
<dependency org="com.dell.isg.smi" name="wiseman" rev="1.0.8" />
Leiningen
[com.dell.isg.smi/wiseman "1.0.8"]
Apache Buildr
'com.dell.isg.smi:wiseman:jar:1.0.8'