GroupId | GroupIdcom.dell.isg.smi |
---|---|
ArtifactId | ArtifactIdcommons-elm |
Version | Version1.0.76 |
Type | Typejar |
Filename | Size |
---|---|
commons-elm-1.0.76.pom | |
commons-elm-1.0.76.jar | 34 KB |
commons-elm-1.0.76-sources.jar | 27 KB |
commons-elm-1.0.76-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.76</version>
</dependency>
// https://jarcasting.com/artifacts/com.dell.isg.smi/commons-elm/
implementation 'com.dell.isg.smi:commons-elm:1.0.76'
// https://jarcasting.com/artifacts/com.dell.isg.smi/commons-elm/
implementation ("com.dell.isg.smi:commons-elm:1.0.76")
'com.dell.isg.smi:commons-elm:jar:1.0.76'
<dependency org="com.dell.isg.smi" name="commons-elm" rev="1.0.76">
<artifact name="commons-elm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dell.isg.smi', module='commons-elm', version='1.0.76')
)
libraryDependencies += "com.dell.isg.smi" % "commons-elm" % "1.0.76"
[com.dell.isg.smi/commons-elm "1.0.76"]