<dependency>
<groupId>org.apache.stratos.elb</groupId>
<artifactId>apache-stratos-elb-p2-profile-gen</artifactId>
<version>3.0.0-incubating</version>
</dependency>
implementation group: 'org.apache.stratos.elb', name: 'apache-stratos-elb-p2-profile-gen', version: '3.0.0-incubating'
implementation 'org.apache.stratos.elb:apache-stratos-elb-p2-profile-gen:3.0.0-incubating'
implementation("org.apache.stratos.elb:apache-stratos-elb-p2-profile-gen:3.0.0-incubating")
libraryDependencies += "org.apache.stratos.elb" % "apache-stratos-elb-p2-profile-gen" % "3.0.0-incubating"
<dependency org="org.apache.stratos.elb" name="apache-stratos-elb-p2-profile-gen" rev="3.0.0-incubating"/>
@Grapes(
@Grab(group='org.apache.stratos.elb', module='apache-stratos-elb-p2-profile-gen', version='3.0.0-incubating')
)
[org.apache.stratos.elb/apache-stratos-elb-p2-profile-gen "3.0.0-incubating"]
'org.apache.stratos.elb:apache-stratos-elb-p2-profile-gen:jar:3.0.0-incubating'