is not current version
Last Version 1.1

com.netapp.santricity:santricity-java-client 1.0

The NetApp SANtricity WebAPI - Java SDK client library is a open source SDK that facilitate access to the NetApp E-Series storage system for automation and integration into third-party web or script-based management tools.

Categories

Categories

Java Languages Ant Build Tools Net CLI User Interface
GroupId

GroupId

com.netapp.santricity
ArtifactId

ArtifactId

santricity-java-client
Version

Version

1.0
Type

Type

jar

Download santricity-java-client 1.0


<!-- https://jarcasting.com/artifacts/com.netapp.santricity/santricity-java-client/ -->
<dependency>
    <groupId>com.netapp.santricity</groupId>
    <artifactId>santricity-java-client</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netapp.santricity/santricity-java-client/
implementation 'com.netapp.santricity:santricity-java-client:1.0'
// https://jarcasting.com/artifacts/com.netapp.santricity/santricity-java-client/
implementation ("com.netapp.santricity:santricity-java-client:1.0")
'com.netapp.santricity:santricity-java-client:jar:1.0'
<dependency org="com.netapp.santricity" name="santricity-java-client" rev="1.0">
  <artifact name="santricity-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netapp.santricity', module='santricity-java-client', version='1.0')
)
libraryDependencies += "com.netapp.santricity" % "santricity-java-client" % "1.0"
[com.netapp.santricity/santricity-java-client "1.0"]