| GroupId | GroupIdcom.github.albfernandez.seam |
|---|---|
| ArtifactId | ArtifactIdbom |
| Version | Version2.3.27.ayg |
| Type | Typepom |
| Filename | Size |
|---|---|
| bom-2.3.27.ayg.pom | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.albfernandez.seam/bom/ -->
<dependency>
<groupId>com.github.albfernandez.seam</groupId>
<artifactId>bom</artifactId>
<version>2.3.27.ayg</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.albfernandez.seam/bom/
implementation 'com.github.albfernandez.seam:bom:2.3.27.ayg'
// https://jarcasting.com/artifacts/com.github.albfernandez.seam/bom/
implementation ("com.github.albfernandez.seam:bom:2.3.27.ayg")
'com.github.albfernandez.seam:bom:pom:2.3.27.ayg'
<dependency org="com.github.albfernandez.seam" name="bom" rev="2.3.27.ayg">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.albfernandez.seam', module='bom', version='2.3.27.ayg')
)
libraryDependencies += "com.github.albfernandez.seam" % "bom" % "2.3.27.ayg"
[com.github.albfernandez.seam/bom "2.3.27.ayg"]