<dependency>
<groupId>org.wso2.carbon.store</groupId>
<artifactId>org.wso2.carbon.store.extensions.assets.gadget.feature</artifactId>
<version>2.4.23</version>
</dependency>
implementation group: 'org.wso2.carbon.store', name: 'org.wso2.carbon.store.extensions.assets.gadget.feature', version: '2.4.23'
implementation 'org.wso2.carbon.store:org.wso2.carbon.store.extensions.assets.gadget.feature:2.4.23'
implementation("org.wso2.carbon.store:org.wso2.carbon.store.extensions.assets.gadget.feature:2.4.23")
libraryDependencies += "org.wso2.carbon.store" % "org.wso2.carbon.store.extensions.assets.gadget.feature" % "2.4.23"
<dependency org="org.wso2.carbon.store" name="org.wso2.carbon.store.extensions.assets.gadget.feature" rev="2.4.23"/>
@Grapes(
@Grab(group='org.wso2.carbon.store', module='org.wso2.carbon.store.extensions.assets.gadget.feature', version='2.4.23')
)
[org.wso2.carbon.store/org.wso2.carbon.store.extensions.assets.gadget.feature "2.4.23"]
'org.wso2.carbon.store:org.wso2.carbon.store.extensions.assets.gadget.feature:jar:2.4.23'