| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.commsen.em |
| Идентификатор | Идентификаторem.bom.shell |
| Версия | Версия0.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеEM - Shell BOM
Bill of Material containing interactive shell libraries used in resolve process
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| em.bom.shell-0.1.0.pom | 3 KB |
| Обзор |
<!-- 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"]