<dependency>
<groupId>org.objectweb.think.minus.examples.helloworld</groupId>
<artifactId>helloworld-parent</artifactId>
<version>1.1-alpha-5</version>
</dependency>
implementation group: 'org.objectweb.think.minus.examples.helloworld', name: 'helloworld-parent', version: '1.1-alpha-5'
implementation 'org.objectweb.think.minus.examples.helloworld:helloworld-parent:1.1-alpha-5'
implementation("org.objectweb.think.minus.examples.helloworld:helloworld-parent:1.1-alpha-5")
libraryDependencies += "org.objectweb.think.minus.examples.helloworld" % "helloworld-parent" % "1.1-alpha-5"
<dependency org="org.objectweb.think.minus.examples.helloworld" name="helloworld-parent" rev="1.1-alpha-5"/>
@Grapes(
@Grab(group='org.objectweb.think.minus.examples.helloworld', module='helloworld-parent', version='1.1-alpha-5')
)
[org.objectweb.think.minus.examples.helloworld/helloworld-parent "1.1-alpha-5"]
'org.objectweb.think.minus.examples.helloworld:helloworld-parent:jar:1.1-alpha-5'