| Categories | CategoriesNative Development Tools | 
|---|---|
| GroupId | GroupIdorg.wso2.appserver | 
| ArtifactId | ArtifactIdcdi-alternatives | 
| Version | Version5.3.0-beta1 | 
| Type | Typewar | 
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/cdi-alternatives/ -->
<dependency>
    <groupId>org.wso2.appserver</groupId>
    <artifactId>cdi-alternatives</artifactId>
    <version>5.3.0-beta1</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.wso2.appserver/cdi-alternatives/
implementation 'org.wso2.appserver:cdi-alternatives:5.3.0-beta1'// https://jarcasting.com/artifacts/org.wso2.appserver/cdi-alternatives/
implementation ("org.wso2.appserver:cdi-alternatives:5.3.0-beta1")'org.wso2.appserver:cdi-alternatives:war:5.3.0-beta1'<dependency org="org.wso2.appserver" name="cdi-alternatives" rev="5.3.0-beta1">
  <artifact name="cdi-alternatives" type="war" />
</dependency>@Grapes(
@Grab(group='org.wso2.appserver', module='cdi-alternatives', version='5.3.0-beta1')
)libraryDependencies += "org.wso2.appserver" % "cdi-alternatives" % "5.3.0-beta1"[org.wso2.appserver/cdi-alternatives "5.3.0-beta1"]