<dependency>
<groupId>org.objectweb.fractal.bf.examples.meteo</groupId>
<artifactId>fractal-bf-examples-meteo-parent</artifactId>
<version>0.9</version>
</dependency>
implementation group: 'org.objectweb.fractal.bf.examples.meteo', name: 'fractal-bf-examples-meteo-parent', version: '0.9'
implementation 'org.objectweb.fractal.bf.examples.meteo:fractal-bf-examples-meteo-parent:0.9'
implementation("org.objectweb.fractal.bf.examples.meteo:fractal-bf-examples-meteo-parent:0.9")
libraryDependencies += "org.objectweb.fractal.bf.examples.meteo" % "fractal-bf-examples-meteo-parent" % "0.9"
<dependency org="org.objectweb.fractal.bf.examples.meteo" name="fractal-bf-examples-meteo-parent" rev="0.9"/>
@Grapes(
@Grab(group='org.objectweb.fractal.bf.examples.meteo', module='fractal-bf-examples-meteo-parent', version='0.9')
)
[org.objectweb.fractal.bf.examples.meteo/fractal-bf-examples-meteo-parent "0.9"]
'org.objectweb.fractal.bf.examples.meteo:fractal-bf-examples-meteo-parent:jar:0.9'