GroupId | GroupIdorg.wso2.appserver |
---|---|
ArtifactId | ArtifactIdcdi-scope |
Version | Version5.3.0-beta1 |
Type | Typewar |
Filename | Size |
---|---|
cdi-scope-5.3.0-beta1.pom | |
cdi-scope-5.3.0-beta1.war | 67 KB |
cdi-scope-5.3.0-beta1-sources.jar | 9 KB |
cdi-scope-5.3.0-beta1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/cdi-scope/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>cdi-scope</artifactId>
<version>5.3.0-beta1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/cdi-scope/
implementation 'org.wso2.appserver:cdi-scope:5.3.0-beta1'
// https://jarcasting.com/artifacts/org.wso2.appserver/cdi-scope/
implementation ("org.wso2.appserver:cdi-scope:5.3.0-beta1")
'org.wso2.appserver:cdi-scope:war:5.3.0-beta1'
<dependency org="org.wso2.appserver" name="cdi-scope" rev="5.3.0-beta1">
<artifact name="cdi-scope" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='cdi-scope', version='5.3.0-beta1')
)
libraryDependencies += "org.wso2.appserver" % "cdi-scope" % "5.3.0-beta1"
[org.wso2.appserver/cdi-scope "5.3.0-beta1"]