<dependency>
<groupId>org.objectweb.fractal.juliac.osgi.examples</groupId>
<artifactId>helloworld-interfaces</artifactId>
<version>2.2.3</version>
</dependency>
implementation 'org.objectweb.fractal.juliac.osgi.examples:helloworld-interfaces:2.2.3'
implementation("org.objectweb.fractal.juliac.osgi.examples:helloworld-interfaces:2.2.3")
libraryDependencies += "org.objectweb.fractal.juliac.osgi.examples" % "helloworld-interfaces" % "2.2.3"
@Grapes(
@Grab(group='org.objectweb.fractal.juliac.osgi.examples', module='helloworld-interfaces', version='2.2.3')
)
<dependency org="org.objectweb.fractal.juliac.osgi.examples" name="helloworld-interfaces" rev="2.2.3" />