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