<dependency>
<groupId>com.bellotapps.webapps</groupId>
<artifactId>webapps-commons-parent-project</artifactId>
<version>0.3.0-RELEASE</version>
</dependency>
implementation group: 'com.bellotapps.webapps', name: 'webapps-commons-parent-project', version: '0.3.0-RELEASE'
implementation 'com.bellotapps.webapps:webapps-commons-parent-project:0.3.0-RELEASE'
implementation("com.bellotapps.webapps:webapps-commons-parent-project:0.3.0-RELEASE")
libraryDependencies += "com.bellotapps.webapps" % "webapps-commons-parent-project" % "0.3.0-RELEASE"
<dependency org="com.bellotapps.webapps" name="webapps-commons-parent-project" rev="0.3.0-RELEASE"/>
@Grapes(
@Grab(group='com.bellotapps.webapps', module='webapps-commons-parent-project', version='0.3.0-RELEASE')
)
[com.bellotapps.webapps/webapps-commons-parent-project "0.3.0-RELEASE"]
'com.bellotapps.webapps:webapps-commons-parent-project:jar:0.3.0-RELEASE'