<dependency>
<groupId>org.wso2.analytics.http</groupId>
<artifactId>wso2analytics-http-release-profile-gen</artifactId>
<version>1.0.0-m1</version>
</dependency>
implementation group: 'org.wso2.analytics.http', name: 'wso2analytics-http-release-profile-gen', version: '1.0.0-m1'
implementation 'org.wso2.analytics.http:wso2analytics-http-release-profile-gen:1.0.0-m1'
implementation("org.wso2.analytics.http:wso2analytics-http-release-profile-gen:1.0.0-m1")
libraryDependencies += "org.wso2.analytics.http" % "wso2analytics-http-release-profile-gen" % "1.0.0-m1"
<dependency org="org.wso2.analytics.http" name="wso2analytics-http-release-profile-gen" rev="1.0.0-m1"/>
@Grapes(
@Grab(group='org.wso2.analytics.http', module='wso2analytics-http-release-profile-gen', version='1.0.0-m1')
)
[org.wso2.analytics.http/wso2analytics-http-release-profile-gen "1.0.0-m1"]
'org.wso2.analytics.http:wso2analytics-http-release-profile-gen:jar:1.0.0-m1'