<dependency>
<groupId>org.wso2.carbon.analytics-common</groupId>
<artifactId>org.wso2.carbon.event.input.adapter.file.server.feature</artifactId>
<version>1.0.0</version>
</dependency>
implementation group: 'org.wso2.carbon.analytics-common', name: 'org.wso2.carbon.event.input.adapter.file.server.feature', version: '1.0.0'
implementation 'org.wso2.carbon.analytics-common:org.wso2.carbon.event.input.adapter.file.server.feature:1.0.0'
implementation("org.wso2.carbon.analytics-common:org.wso2.carbon.event.input.adapter.file.server.feature:1.0.0")
libraryDependencies += "org.wso2.carbon.analytics-common" % "org.wso2.carbon.event.input.adapter.file.server.feature" % "1.0.0"
<dependency org="org.wso2.carbon.analytics-common" name="org.wso2.carbon.event.input.adapter.file.server.feature" rev="1.0.0"/>
@Grapes(
@Grab(group='org.wso2.carbon.analytics-common', module='org.wso2.carbon.event.input.adapter.file.server.feature', version='1.0.0')
)
[org.wso2.carbon.analytics-common/org.wso2.carbon.event.input.adapter.file.server.feature "1.0.0"]
'org.wso2.carbon.analytics-common:org.wso2.carbon.event.input.adapter.file.server.feature:jar:1.0.0'