License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.seam |
ArtifactId | ArtifactIdseam |
Last Version | Last Version3.0.0.b01 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSeam BOM
The Seam "Bill of Materials", specifying the Seam stack for runtime use
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
seam-3.0.0.b01.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.seam/seam/ -->
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>seam</artifactId>
<version>3.0.0.b01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.seam/seam/
implementation 'org.jboss.seam:seam:3.0.0.b01'
// https://jarcasting.com/artifacts/org.jboss.seam/seam/
implementation ("org.jboss.seam:seam:3.0.0.b01")
'org.jboss.seam:seam:pom:3.0.0.b01'
<dependency org="org.jboss.seam" name="seam" rev="3.0.0.b01">
<artifact name="seam" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jboss.seam', module='seam', version='3.0.0.b01')
)
libraryDependencies += "org.jboss.seam" % "seam" % "3.0.0.b01"
[org.jboss.seam/seam "3.0.0.b01"]