is not current version
Last Version 4.1.0-m3

org.wso2.ei:components 4.0.0-alpha


GroupId

GroupId

org.wso2.ei
ArtifactId

ArtifactId

components
Version

Version

4.0.0-alpha
Type

Type

pom

Download components 4.0.0-alpha


<!-- https://jarcasting.com/artifacts/org.wso2.ei/components/ -->
<dependency>
    <groupId>org.wso2.ei</groupId>
    <artifactId>components</artifactId>
    <version>4.0.0-alpha</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/components/
implementation 'org.wso2.ei:components:4.0.0-alpha'
// https://jarcasting.com/artifacts/org.wso2.ei/components/
implementation ("org.wso2.ei:components:4.0.0-alpha")
'org.wso2.ei:components:pom:4.0.0-alpha'
<dependency org="org.wso2.ei" name="components" rev="4.0.0-alpha">
  <artifact name="components" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='components', version='4.0.0-alpha')
)
libraryDependencies += "org.wso2.ei" % "components" % "4.0.0-alpha"
[org.wso2.ei/components "4.0.0-alpha"]