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