Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.dell.isg.smi |
ArtifactId | ArtifactIdwsmanclient |
Version | Version1.0.35 |
Type | Typejar |
Filename | Size |
---|---|
wsmanclient-1.0.35.pom | |
wsmanclient-1.0.35.jar | 175 KB |
wsmanclient-1.0.35-sources.jar | 183 KB |
wsmanclient-1.0.35-javadoc.jar | 564 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dell.isg.smi/wsmanclient/ -->
<dependency>
<groupId>com.dell.isg.smi</groupId>
<artifactId>wsmanclient</artifactId>
<version>1.0.35</version>
</dependency>
// https://jarcasting.com/artifacts/com.dell.isg.smi/wsmanclient/
implementation 'com.dell.isg.smi:wsmanclient:1.0.35'
// https://jarcasting.com/artifacts/com.dell.isg.smi/wsmanclient/
implementation ("com.dell.isg.smi:wsmanclient:1.0.35")
'com.dell.isg.smi:wsmanclient:jar:1.0.35'
<dependency org="com.dell.isg.smi" name="wsmanclient" rev="1.0.35">
<artifact name="wsmanclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dell.isg.smi', module='wsmanclient', version='1.0.35')
)
libraryDependencies += "com.dell.isg.smi" % "wsmanclient" % "1.0.35"
[com.dell.isg.smi/wsmanclient "1.0.35"]