License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers Jakarta Server Faces Jakarta EE The Web Tier |
GroupId | GroupIdorg.jboss.weld.examples.jsf |
ArtifactId | ArtifactIdweld-jsf-numberguess |
Version | Version5.0.1.Final |
Type | Typewar |
Description |
DescriptionWeld Examples: Numberguess (JSF)
Examples for Weld, the reference implementation of CDI
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.jboss.weld.examples.jsf/weld-jsf-numberguess/ -->
<dependency>
<groupId>org.jboss.weld.examples.jsf</groupId>
<artifactId>weld-jsf-numberguess</artifactId>
<version>5.0.1.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.weld.examples.jsf/weld-jsf-numberguess/
implementation 'org.jboss.weld.examples.jsf:weld-jsf-numberguess:5.0.1.Final'
// https://jarcasting.com/artifacts/org.jboss.weld.examples.jsf/weld-jsf-numberguess/
implementation ("org.jboss.weld.examples.jsf:weld-jsf-numberguess:5.0.1.Final")
'org.jboss.weld.examples.jsf:weld-jsf-numberguess:war:5.0.1.Final'
<dependency org="org.jboss.weld.examples.jsf" name="weld-jsf-numberguess" rev="5.0.1.Final">
<artifact name="weld-jsf-numberguess" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jboss.weld.examples.jsf', module='weld-jsf-numberguess', version='5.0.1.Final')
)
libraryDependencies += "org.jboss.weld.examples.jsf" % "weld-jsf-numberguess" % "5.0.1.Final"
[org.jboss.weld.examples.jsf/weld-jsf-numberguess "5.0.1.Final"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | |
jakarta.annotation : jakarta.annotation-api | jar | |
jakarta.faces : jakarta.faces-api | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.jboss.arquillian.junit : arquillian-junit-container | jar | 1.7.0.Alpha10 |
org.jboss.arquillian.graphene : graphene-webdriver | pom | 2.5.4 |