is not current version
Last Version 3.2.26.ayg

com.github.albfernandez.seam:bom 2.3.26.ayg

Seam 2 BOM file for importing dependency management for Seam 2 applications

GroupId

GroupId

com.github.albfernandez.seam
ArtifactId

ArtifactId

bom
Version

Version

2.3.26.ayg
Type

Type

pom

Download bom 2.3.26.ayg

Filename Size
bom-2.3.26.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.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"]