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