Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier |
---|---|
GroupId | GroupIdorg.apache.openwebbeans.samples |
ArtifactId | ArtifactIdjsf2sample |
Version | Version1.0.0-alpha-2 |
Type | Typewar |
Filename | Size |
---|---|
jsf2sample-1.0.0-alpha-2.pom | |
jsf2sample-1.0.0-alpha-2.war | 4 MB |
jsf2sample-1.0.0-alpha-2-sources.jar | 10 KB |
jsf2sample-1.0.0-alpha-2-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.openwebbeans.samples/jsf2sample/ -->
<dependency>
<groupId>org.apache.openwebbeans.samples</groupId>
<artifactId>jsf2sample</artifactId>
<version>1.0.0-alpha-2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.openwebbeans.samples/jsf2sample/
implementation 'org.apache.openwebbeans.samples:jsf2sample:1.0.0-alpha-2'
// https://jarcasting.com/artifacts/org.apache.openwebbeans.samples/jsf2sample/
implementation ("org.apache.openwebbeans.samples:jsf2sample:1.0.0-alpha-2")
'org.apache.openwebbeans.samples:jsf2sample:war:1.0.0-alpha-2'
<dependency org="org.apache.openwebbeans.samples" name="jsf2sample" rev="1.0.0-alpha-2">
<artifact name="jsf2sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.openwebbeans.samples', module='jsf2sample', version='1.0.0-alpha-2')
)
libraryDependencies += "org.apache.openwebbeans.samples" % "jsf2sample" % "1.0.0-alpha-2"
[org.apache.openwebbeans.samples/jsf2sample "1.0.0-alpha-2"]