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