<dependency>
<groupId>org.jboss.portletbridge.testing.pluto</groupId>
<artifactId>pluto-testing-parent</artifactId>
<version>1.0.0.Beta1</version>
</dependency>
implementation group: 'org.jboss.portletbridge.testing.pluto', name: 'pluto-testing-parent', version: '1.0.0.Beta1'
implementation 'org.jboss.portletbridge.testing.pluto:pluto-testing-parent:1.0.0.Beta1'
implementation("org.jboss.portletbridge.testing.pluto:pluto-testing-parent:1.0.0.Beta1")
libraryDependencies += "org.jboss.portletbridge.testing.pluto" % "pluto-testing-parent" % "1.0.0.Beta1"
<dependency org="org.jboss.portletbridge.testing.pluto" name="pluto-testing-parent" rev="1.0.0.Beta1"/>
@Grapes(
@Grab(group='org.jboss.portletbridge.testing.pluto', module='pluto-testing-parent', version='1.0.0.Beta1')
)
[org.jboss.portletbridge.testing.pluto/pluto-testing-parent "1.0.0.Beta1"]
'org.jboss.portletbridge.testing.pluto:pluto-testing-parent:jar:1.0.0.Beta1'