<dependency>
<groupId>org.objectweb.fractal.juliac.examples</groupId>
<artifactId>helloworld-bin-assembly</artifactId>
<version>2.2.3</version>
</dependency>
libraryDependencies += "org.objectweb.fractal.juliac.examples" % "helloworld-bin-assembly" % "2.2.3"
@Grapes(
@Grab(group='org.objectweb.fractal.juliac.examples', module='helloworld-bin-assembly', version='2.2.3')
)
<dependency org="org.objectweb.fractal.juliac.examples" name="helloworld-bin-assembly" rev="2.2.3" />
<parent> <groupId>org.objectweb.fractal.juliac.examples</groupId> <artifactId>helloworld-bin</artifactId> <version>2.2.3</version> </parent>
compile
|-- org.objectweb.fractal.juliac:juliac-runtime
|-- org.objectweb.fractal.juliac:juliac-julia-membranes-oo
|-- org.objectweb.fractal.juliac.examples:helloworld-bin-code
test
|-- junit:junit:4.4