SMI WSMan Library

A Jar library with implementation logic for interfacing with Dell Systems using the WS-Management Protocol

License

License

GroupId

GroupId

com.dell.isg.smi
ArtifactId

ArtifactId

wsmanlib
Last Version

Last Version

1.0.67
Release Date

Release Date

Type

Type

jar
Description

Description

SMI WSMan Library
A Jar library with implementation logic for interfacing with Dell Systems using the WS-Management Protocol
Project URL

Project URL

https://www.github.com/rackhd/smi-lib-wsman
Source Code Management

Source Code Management

http://www.github.com/rackhd/smi-lib-wsman

Download wsmanlib

How to add to project

<!-- https://jarcasting.com/artifacts/com.dell.isg.smi/wsmanlib/ -->
<dependency>
    <groupId>com.dell.isg.smi</groupId>
    <artifactId>wsmanlib</artifactId>
    <version>1.0.67</version>
</dependency>
// https://jarcasting.com/artifacts/com.dell.isg.smi/wsmanlib/
implementation 'com.dell.isg.smi:wsmanlib:1.0.67'
// https://jarcasting.com/artifacts/com.dell.isg.smi/wsmanlib/
implementation ("com.dell.isg.smi:wsmanlib:1.0.67")
'com.dell.isg.smi:wsmanlib:jar:1.0.67'
<dependency org="com.dell.isg.smi" name="wsmanlib" rev="1.0.67">
  <artifact name="wsmanlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dell.isg.smi', module='wsmanlib', version='1.0.67')
)
libraryDependencies += "com.dell.isg.smi" % "wsmanlib" % "1.0.67"
[com.dell.isg.smi/wsmanlib "1.0.67"]

Dependencies

compile (11)

Group / Artifact Type Version
com.dell.isg.smi : wsmanclient jar 1.0.40
com.dell.isg.smi : commons-elm jar 1.0.76
com.dell.isg.smi : commons-utilities jar 1.0.32
com.dell.isg.smi : wiseman jar 1.0.9
org.slf4j : slf4j-api jar 1.7.25
org.apache.commons : commons-lang3 jar 3.5
io.swagger : swagger-annotations jar 1.5.13
commons-io : commons-io jar 2.5
commons-codec : commons-codec jar 1.10
org.json : json jar 20170516
com.fasterxml.jackson.core : jackson-databind jar 2.8.9

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.67
1.0.64
1.0.61
1.0.60
1.0.57
1.0.55
1.0.52
1.0.51
1.0.50
1.0.27