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