| Categories | CategoriesJakarta Server Faces Jakarta EE The Web Tier | 
|---|---|
| GroupId | GroupIdorg.wso2.appserver | 
| ArtifactId | ArtifactIdjsf-marks-calculator | 
| Version | Version5.3.0-beta1 | 
| Type | Typewar | 
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/jsf-marks-calculator/ -->
<dependency>
    <groupId>org.wso2.appserver</groupId>
    <artifactId>jsf-marks-calculator</artifactId>
    <version>5.3.0-beta1</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.wso2.appserver/jsf-marks-calculator/
implementation 'org.wso2.appserver:jsf-marks-calculator:5.3.0-beta1'// https://jarcasting.com/artifacts/org.wso2.appserver/jsf-marks-calculator/
implementation ("org.wso2.appserver:jsf-marks-calculator:5.3.0-beta1")'org.wso2.appserver:jsf-marks-calculator:war:5.3.0-beta1'<dependency org="org.wso2.appserver" name="jsf-marks-calculator" rev="5.3.0-beta1">
  <artifact name="jsf-marks-calculator" type="war" />
</dependency>@Grapes(
@Grab(group='org.wso2.appserver', module='jsf-marks-calculator', version='5.3.0-beta1')
)libraryDependencies += "org.wso2.appserver" % "jsf-marks-calculator" % "5.3.0-beta1"[org.wso2.appserver/jsf-marks-calculator "5.3.0-beta1"]