GroupId | GroupIdcom.dell.isg.smi |
---|---|
ArtifactId | ArtifactIdcommons-elm |
Version | Version1.0.73 |
Type | Typejar |
Filename | Size |
---|---|
commons-elm-1.0.73.pom | |
commons-elm-1.0.73.jar | 34 KB |
commons-elm-1.0.73-sources.jar | 27 KB |
commons-elm-1.0.73-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dell.isg.smi/commons-elm/ -->
<dependency>
<groupId>com.dell.isg.smi</groupId>
<artifactId>commons-elm</artifactId>
<version>1.0.73</version>
</dependency>
// https://jarcasting.com/artifacts/com.dell.isg.smi/commons-elm/
implementation 'com.dell.isg.smi:commons-elm:1.0.73'
// https://jarcasting.com/artifacts/com.dell.isg.smi/commons-elm/
implementation ("com.dell.isg.smi:commons-elm:1.0.73")
'com.dell.isg.smi:commons-elm:jar:1.0.73'
<dependency org="com.dell.isg.smi" name="commons-elm" rev="1.0.73">
<artifact name="commons-elm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dell.isg.smi', module='commons-elm', version='1.0.73')
)
libraryDependencies += "com.dell.isg.smi" % "commons-elm" % "1.0.73"
[com.dell.isg.smi/commons-elm "1.0.73"]