| License |
License |
|---|---|
| GroupId | GroupIdcom.commsen.em |
| ArtifactId | ArtifactIdem.bom.shell |
| Version | Version0.1.0 |
| Type | Typepom |
| Description |
DescriptionEM - Shell BOM
Bill of Material containing interactive shell libraries used in resolve process
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| em.bom.shell-0.1.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.commsen.em/em.bom.shell/ -->
<dependency>
<groupId>com.commsen.em</groupId>
<artifactId>em.bom.shell</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.em/em.bom.shell/
implementation 'com.commsen.em:em.bom.shell:0.1.0'
// https://jarcasting.com/artifacts/com.commsen.em/em.bom.shell/
implementation ("com.commsen.em:em.bom.shell:0.1.0")
'com.commsen.em:em.bom.shell:pom:0.1.0'
<dependency org="com.commsen.em" name="em.bom.shell" rev="0.1.0">
<artifact name="em.bom.shell" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.commsen.em', module='em.bom.shell', version='0.1.0')
)
libraryDependencies += "com.commsen.em" % "em.bom.shell" % "0.1.0"
[com.commsen.em/em.bom.shell "0.1.0"]