Categories |
CategoriesJava Languages Ant Build Tools Net CLI User Interface |
---|---|
GroupId | GroupIdcom.netapp.santricity |
ArtifactId | ArtifactIdsantricity-java-client |
Version | Version1.0 |
Type | Typejar |
<!-- 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"]