Skip to content

RackHD/smi-lib-wiseman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smi-lib-wiseman

Copyright © 2017 Dell Inc. or its subsidiaries. All Rights Reserved.

Overview

The smi-lib-wiseman library builds a Java JAR library that makes available classes for using the WS-Management protocol. It is intended to be used as a dependency in java projects.

How to use

Under Construction. Not available via Maven Central yet....

Maven Example:
<dependency>
    <groupId>com.dell.isg.smi</groupId>
    <artifactId>wiseman</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>
Gradle Example:
compile(group: 'com.dell.isg.smi', name: 'wiseman', version: '1.0-SNAPSHOT')

Licensing

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

RackHD is a Trademark of Dell EMC

Support

Support can be obtained from the slack channel: codecommunity.slack.com

About

A Java Jar library for Wiseman, an open-source implementation of the WS-Management protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages