<dependency>
<groupId>org.wso2.carbon.ml</groupId>
<artifactId>org.wso2.carbon.ml.mediator.predict.ui.feature</artifactId>
<version>1.2.8</version>
</dependency>
implementation group: 'org.wso2.carbon.ml', name: 'org.wso2.carbon.ml.mediator.predict.ui.feature', version: '1.2.8'
implementation 'org.wso2.carbon.ml:org.wso2.carbon.ml.mediator.predict.ui.feature:1.2.8'
implementation("org.wso2.carbon.ml:org.wso2.carbon.ml.mediator.predict.ui.feature:1.2.8")
libraryDependencies += "org.wso2.carbon.ml" % "org.wso2.carbon.ml.mediator.predict.ui.feature" % "1.2.8"
<dependency org="org.wso2.carbon.ml" name="org.wso2.carbon.ml.mediator.predict.ui.feature" rev="1.2.8"/>
@Grapes(
@Grab(group='org.wso2.carbon.ml', module='org.wso2.carbon.ml.mediator.predict.ui.feature', version='1.2.8')
)
[org.wso2.carbon.ml/org.wso2.carbon.ml.mediator.predict.ui.feature "1.2.8"]
'org.wso2.carbon.ml:org.wso2.carbon.ml.mediator.predict.ui.feature:jar:1.2.8'