Skip to content

The smi-lib-adapter-server project builds a Java JAR library that makes available an API to consuming java programs. It centralizes and encapsulates business logic for operations with Dell servers.

License

Notifications You must be signed in to change notification settings

prashanthlgowda/smi-lib-adapter-server

 
 

Repository files navigation

smi-lib-adapter-server

Overview

The adapter-server project builds a Java JAR library that makes avalable an API to consuming java programs. It encapsulates business logic for operations with Dell servers.

How to use

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

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

Support

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

About

The smi-lib-adapter-server project builds a Java JAR library that makes available an API to consuming java programs. It centralizes and encapsulates business logic for operations with Dell servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%