| Группа | Группаcom.adeptj |
|---|---|
| Идентификатор | Идентификаторadeptj-modules-bom |
| Версия | Версия2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| adeptj-modules-bom-2.pom | 16 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.adeptj/adeptj-modules-bom/ -->
<dependency>
<groupId>com.adeptj</groupId>
<artifactId>adeptj-modules-bom</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.adeptj/adeptj-modules-bom/
implementation 'com.adeptj:adeptj-modules-bom:2'
// https://jarcasting.com/artifacts/com.adeptj/adeptj-modules-bom/
implementation ("com.adeptj:adeptj-modules-bom:2")
'com.adeptj:adeptj-modules-bom:pom:2'
<dependency org="com.adeptj" name="adeptj-modules-bom" rev="2">
<artifact name="adeptj-modules-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.adeptj', module='adeptj-modules-bom', version='2')
)
libraryDependencies += "com.adeptj" % "adeptj-modules-bom" % "2"
[com.adeptj/adeptj-modules-bom "2"]