is not current version
Last Version 4.1.0-m4

org.wso2.ei:extensions 1.1.0-beta


GroupId

GroupId

org.wso2.ei
ArtifactId

ArtifactId

extensions
Version

Version

1.1.0-beta
Type

Type

pom

Download extensions 1.1.0-beta


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